diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-28 00:39:43 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-01-28 00:39:43 +0100 |
commit | a4212021e0687d0a7926449516c95afe4ee1817a (patch) | |
tree | 39d79b81224fcdfa3a5dc6f9942e5f0b960db444 /skins/custom | |
parent | 02414dc53b2f932d0477ef03d3913bc12ff924dd (diff) | |
download | bugzilla-a4212021e0687d0a7926449516c95afe4ee1817a.tar.gz bugzilla-a4212021e0687d0a7926449516c95afe4ee1817a.tar.xz |
Bug 721879 - mozilla services security group doesn't match stylesheet for sec bugs
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/bug_groups.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css index b8486c968..96f3b4f3d 100644 --- a/skins/custom/bug_groups.css +++ b/skins/custom/bug_groups.css @@ -15,7 +15,8 @@ body.bz_group_bugzilla-security { background-color: #ffeeee; } -body.bz_group_client-services-security { +body.bz_group_client-services-security, +body.bz_group_mozilla-services-security { background-color: #ffff80; } |