summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorDave Lawrence <dkl@mozilla.com>2011-11-07 21:16:03 +0100
committerDave Lawrence <dkl@mozilla.com>2011-11-07 21:16:03 +0100
commitd1577fa0afc1dff7729c201879127d1c3609c0c7 (patch)
treee87094e2671a4c2e79b854203f3506f67dccbc93 /skins/custom
parenta69987ae8fbc227ec1bf4633ad308be81c9f9ff3 (diff)
downloadbugzilla-d1577fa0afc1dff7729c201879127d1c3609c0c7.tar.gz
bugzilla-d1577fa0afc1dff7729c201879127d1c3609c0c7.tar.xz
Bug 691672 - Apply the background color for security bugs to attachment details pages for those bugs as well
r=glob
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/show_bug.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css
index 6be078168..23839fe17 100644
--- a/skins/custom/show_bug.css
+++ b/skins/custom/show_bug.css
@@ -10,31 +10,6 @@
margin-left: 1em;
}
-/* 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;
-}
-
#legal_disclaimer {
width: 40em;
padding: 1em;