X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ff13359d0999d7b29d1326bc3bf63008821f53b6..1f125d4bf3b2d11a1f1aae9f87562a150bebedf4:/base.css diff --git a/base.css b/base.css index 7a21feb..c4c36d4 100644 --- a/base.css +++ b/base.css @@ -397,6 +397,7 @@ table.dimap { .Xa:hover {outline: 1px solid #0F0} /* ascii */ .Xl:hover {outline: 1px solid #0C0} /* latin1 */ .Xz:hover {outline: 1px solid #F00} /* proposed */ +.l0:hover {background: #888} .l1:hover {background: #F88} .l2:hover {background: #FC8} .l3:hover {background: #FF8} @@ -558,6 +559,10 @@ ul.legend-set li { #browser td > a { text-decoration: none; } +#browser td > a:active, +#browser td > a:hover { + text-decoration: underline; +} #browser tr .aside { font-size: 80%; overflow: hidden; @@ -578,6 +583,7 @@ ul.legend-set li { white-space: nowrap; /* some browsers break on dashes */ } +#browser tr:target > td:first-of-type, #browser tr.focus > td:first-of-type { background: inherit; }