diff options
author | Reed Loden <reed@reedloden.com> | 2013-02-06 00:47:20 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2013-02-06 00:47:20 +0100 |
commit | e1221dce8f530e42ba2e15d5f3f88018871fbccd (patch) | |
tree | fb7f079543dbbdaf9b5fc5271a2f3ab96792e79b | |
parent | d4925824c288627254a6cf42ea1028a1c258022d (diff) | |
download | bugzilla-e1221dce8f530e42ba2e15d5f3f88018871fbccd.tar.gz bugzilla-e1221dce8f530e42ba2e15d5f3f88018871fbccd.tar.xz |
Bug 838352 - Change background color for "Private Infrastructure Security Bug"
-rw-r--r-- | skins/custom/bug_groups.css | 4 |
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 { |