diff --git a/copyparty/web/md.css b/copyparty/web/md.css index 219298c3..1e834386 100644 --- a/copyparty/web/md.css +++ b/copyparty/web/md.css @@ -594,12 +594,3 @@ blink { color: #940; } } - -/* -*[data-ln]:before { - content: attr(data-ln); - font-size: .8em; - margin: 0 .4em; - color: #f0c; -} -*/ \ No newline at end of file diff --git a/copyparty/web/md2.js b/copyparty/web/md2.js index f437f122..be3589cc 100644 --- a/copyparty/web/md2.js +++ b/copyparty/web/md2.js @@ -1142,14 +1142,3 @@ action_stack = (function () { _ref: ref } })(); - -/* -ebi('help').onclick = function () { - var c1 = getComputedStyle(dom_src).cssText.split(';'); - var c2 = getComputedStyle(dom_ref).cssText.split(';'); - var max = Math.min(c1.length, c2.length); - for (var a = 0; a < max; a++) - if (c1[a] !== c2[a]) - console.log(c1[a] + '\n' + c2[a]); -} -*/ diff --git a/copyparty/web/upload.css b/copyparty/web/upload.css index 52092bb1..99c72770 100644 --- a/copyparty/web/upload.css +++ b/copyparty/web/upload.css @@ -86,7 +86,7 @@ font-family: sans-serif; width: auto; } -#u2tab tr+tr:hover td { +#u2tab tbody tr:hover td { background: #222; } #u2cards { @@ -286,3 +286,6 @@ html.light #op_up2k.srch #u2btn { html.light #u2foot { color: #000; } +html.light #u2tab tbody tr:hover td { + background: #fff; +}