From 8c7652a2a8beceb65a5189d0393a8111186de32c Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 21 Nov 2011 18:02:59 -0500 Subject: Added some missing files from bmo/4.0 --- skins/custom/bug_groups.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 skins/custom/bug_groups.css (limited to 'skins/custom/bug_groups.css') diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css new file mode 100644 index 000000000..b8486c968 --- /dev/null +++ b/skins/custom/bug_groups.css @@ -0,0 +1,24 @@ +/* colorize bugs in various groups */ +body[class*=bz_group_] { + background-color: #e0e0ff; + border-left: solid red 2px; + padding-left: 13px; +} + +body[class*=bz_group_] #bugzilla-body { + background-color: inherit; +} + +body.bz_group_webtools-security, +body.bz_group_websites-security, +body.bz_group_bugzilla-security { + background-color: #ffeeee; +} + +body.bz_group_client-services-security { + background-color: #ffff80; +} + +body.bz_group_core-security { + background-color: #ffe0b0; +} -- cgit v1.2.3-24-g4f1b