diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-14 16:29:02 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-08-14 16:29:02 +0200 |
commit | 85599594b87a6404bd1fb1f36d3cb5272272e028 (patch) | |
tree | 85b278f2dcdae657eda8bbfd2a7237cc0cb9f9ca | |
parent | b26b2df095b4f47c3b6c8b90da203c0682d86ae3 (diff) | |
download | bugzilla-85599594b87a6404bd1fb1f36d3cb5272272e028.tar.gz bugzilla-85599594b87a6404bd1fb1f36d3cb5272272e028.tar.xz |
Bug 904801 - update custom group coloring to include new -core-security groups
r=glob
-rw-r--r-- | skins/custom/bug_groups.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css index 3f999c11f..4a8f3b526 100644 --- a/skins/custom/bug_groups.css +++ b/skins/custom/bug_groups.css @@ -24,6 +24,6 @@ body.bz_group_mozilla-services-security { background-color: #ffff80; } -body.bz_group_core-security { +body[class*=core-security] { background-color: #ffe0b0; } |