From 80ae3283121b9d618f024fbf75002d7e43c52153 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 29 Jan 2015 18:37:16 +0000 Subject: Bug 1124626: Highlight the comment that was linked --- skins/custom/show_bug.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins') diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index e98e32fb4..444950cdc 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -83,3 +83,7 @@ table#flags { border-collapse: collapse; border-spacing: 0px; } + +div[class="bz_comment"]:target { + border: 2px solid #0095DD; +} -- cgit v1.2.3-24-g4f1b