From 85599594b87a6404bd1fb1f36d3cb5272272e028 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 14 Aug 2013 10:29:02 -0400 Subject: Bug 904801 - update custom group coloring to include new -core-security groups r=glob --- skins/custom/bug_groups.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/custom/bug_groups.css') 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; } -- cgit v1.2.3-24-g4f1b