summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2013-02-06 00:47:20 +0100
committerReed Loden <reed@reedloden.com>2013-02-06 00:47:20 +0100
commite1221dce8f530e42ba2e15d5f3f88018871fbccd (patch)
treefb7f079543dbbdaf9b5fc5271a2f3ab96792e79b /skins
parentd4925824c288627254a6cf42ea1028a1c258022d (diff)
downloadbugzilla-e1221dce8f530e42ba2e15d5f3f88018871fbccd.tar.gz
bugzilla-e1221dce8f530e42ba2e15d5f3f88018871fbccd.tar.xz
Bug 838352 - Change background color for "Private Infrastructure Security Bug"
Diffstat (limited to 'skins')
-rw-r--r--skins/custom/bug_groups.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css
index 96f3b4f3d..3f999c11f 100644
--- a/skins/custom/bug_groups.css
+++ b/skins/custom/bug_groups.css
@@ -9,6 +9,10 @@ body[class*=bz_group_] #bugzilla-body {
background-color: inherit;
}
+body.bz_group_infrasec {
+ background-color: #ffcc99;
+}
+
body.bz_group_webtools-security,
body.bz_group_websites-security,
body.bz_group_bugzilla-security {