From: Mischa POSLAWSKY Date: Mon, 6 Dec 2010 02:33:44 +0000 (+0100) Subject: browser: hilight row targeted by request url X-Git-Tag: v1.4~64 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/ac7577b643b82957617457970fba5299caa93317 browser: hilight row targeted by request url --- diff --git a/base.css b/base.css index 7a21feb..d05e452 100644 --- a/base.css +++ b/base.css @@ -578,6 +578,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; }