summaryrefslogtreecommitdiffstats
path: root/skins/custom/bug_groups.css
diff options
context:
space:
mode:
authorMary Umoh <umohm12@gmail.com>2017-06-21 22:18:56 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-21 22:18:56 +0200
commit74f15e52e9ac43d4e47d08337aa6574899c00090 (patch)
tree5efdff69fe72d2714670a70ad0d2a88f5733acfc /skins/custom/bug_groups.css
parentd6f40ea57141f9b94910eb7600efbe9c5e006249 (diff)
downloadbugzilla-74f15e52e9ac43d4e47d08337aa6574899c00090.tar.gz
bugzilla-74f15e52e9ac43d4e47d08337aa6574899c00090.tar.xz
Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css into skins/standard/*.css
* Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
Diffstat (limited to 'skins/custom/bug_groups.css')
-rw-r--r--skins/custom/bug_groups.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/skins/custom/bug_groups.css b/skins/custom/bug_groups.css
deleted file mode 100644
index 038ea8d1f..000000000
--- a/skins/custom/bug_groups.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/* colorize bugs in various groups */
-/* these are also defined in skins/contrib/Mozilla/global.css */
-
-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_infrasec {
- background-color: #ffcc99;
-}
-
-body.bz_group_webtools-security,
-body.bz_group_websites-security,
-body.bz_group_bugzilla-security {
- background-color: #ffeeee;
-}
-
-body.bz_group_client-services-security,
-body.bz_group_cloud-services-security {
- background-color: #ffff80;
-}
-
-body[class*=core-security] {
- background-color: #ffe0b0;
-}