diff options
-rw-r--r-- | skins/custom/show_bug.css | 4 |
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; +} |