From e1221dce8f530e42ba2e15d5f3f88018871fbccd Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Tue, 5 Feb 2013 15:47:20 -0800 Subject: Bug 838352 - Change background color for "Private Infrastructure Security Bug" --- skins/custom/bug_groups.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'skins/custom/bug_groups.css') 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 { -- cgit v1.2.3-24-g4f1b