diff options
author | Byron Jones <bjones@mozilla.com> | 2013-10-29 06:32:25 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-10-29 06:32:25 +0100 |
commit | 4c09622b4432820e49795345a747e530e5aa0764 (patch) | |
tree | 6fc3203ae7296de1fadadf1fce06d6644c4debfc /skins | |
parent | 9b6f5d07a80ff630ed76108e0ca9689b4e2410f5 (diff) | |
download | bugzilla-4c09622b4432820e49795345a747e530e5aa0764.tar.gz bugzilla-4c09622b4432820e49795345a747e530e5aa0764.tar.xz |
Bug 892615: Add a 24 hour nag to all requests (review, feedback and need-info) and make them follow-able
Diffstat (limited to 'skins')
-rw-r--r-- | skins/custom/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/custom/global.css b/skins/custom/global.css index 27232c274..cc155124a 100644 --- a/skins/custom/global.css +++ b/skins/custom/global.css @@ -71,3 +71,7 @@ a.controller { width: 100%; text-align: right; } + +.highlighted { + background: lightyellow; +} |