summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-01-29 19:37:16 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-01-29 19:37:16 +0100
commit80ae3283121b9d618f024fbf75002d7e43c52153 (patch)
tree29c982e748add9b4c5924e97d31a849f672963ce /skins
parentc8447e9f4b7c17ab0e04af34dbd5583e78b23677 (diff)
downloadbugzilla-80ae3283121b9d618f024fbf75002d7e43c52153.tar.gz
bugzilla-80ae3283121b9d618f024fbf75002d7e43c52153.tar.xz
Bug 1124626: Highlight the comment that was linked
Diffstat (limited to 'skins')
-rw-r--r--skins/custom/show_bug.css4
1 files changed, 4 insertions, 0 deletions
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;
+}