From ac7577b643b82957617457970fba5299caa93317 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 6 Dec 2010 03:33:44 +0100 Subject: [PATCH] browser: hilight row targeted by request url --- base.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.30.0