diff options
author | Byron Jones <bjones@mozilla.com> | 2013-10-31 06:57:55 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-10-31 06:57:55 +0100 |
commit | c683bdfcff3e1ff69290a9cff5845692bbc27f71 (patch) | |
tree | 80924fd03149b00c910d76a8f538728fcf9427bf /skins/custom | |
parent | 2c925582f8bd4f6e062dbddabbd424ddfd69debb (diff) | |
download | bugzilla-c683bdfcff3e1ff69290a9cff5845692bbc27f71.tar.gz bugzilla-c683bdfcff3e1ff69290a9cff5845692bbc27f71.tar.xz |
Bug 932511: Adjust the security group background colouring on bugs to look better with the Mozilla skin
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/bug_groups.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css index 4a8f3b526..282757a3b 100644 --- a/skins/custom/bug_groups.css +++ b/skins/custom/bug_groups.css @@ -1,4 +1,6 @@ /* colorize bugs in various groups */ +/* these are also defined in skins/contrib/Mozilla/global.css */ + body[class*=bz_group_] { background-color: #e0e0ff; border-left: solid red 2px; |