summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-10-31 06:57:55 +0100
committerByron Jones <bjones@mozilla.com>2013-10-31 06:57:55 +0100
commitc683bdfcff3e1ff69290a9cff5845692bbc27f71 (patch)
tree80924fd03149b00c910d76a8f538728fcf9427bf /skins/custom
parent2c925582f8bd4f6e062dbddabbd424ddfd69debb (diff)
downloadbugzilla-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.css2
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;