ui tweaks

This commit is contained in:
ed 2021-04-24 22:06:21 +02:00
parent b6d3d791a5
commit 0e87f35547
3 changed files with 4 additions and 21 deletions

View file

@ -594,12 +594,3 @@ blink {
color: #940; color: #940;
} }
} }
/*
*[data-ln]:before {
content: attr(data-ln);
font-size: .8em;
margin: 0 .4em;
color: #f0c;
}
*/

View file

@ -1142,14 +1142,3 @@ action_stack = (function () {
_ref: ref _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]);
}
*/

View file

@ -86,7 +86,7 @@
font-family: sans-serif; font-family: sans-serif;
width: auto; width: auto;
} }
#u2tab tr+tr:hover td { #u2tab tbody tr:hover td {
background: #222; background: #222;
} }
#u2cards { #u2cards {
@ -286,3 +286,6 @@ html.light #op_up2k.srch #u2btn {
html.light #u2foot { html.light #u2foot {
color: #000; color: #000;
} }
html.light #u2tab tbody tr:hover td {
background: #fff;
}