summaryrefslogtreecommitdiffstats
path: root/skins/contrib/Dusk/buglist.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/contrib/Dusk/buglist.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/contrib/Dusk/buglist.css')
-rw-r--r--skins/contrib/Dusk/buglist.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/skins/contrib/Dusk/buglist.css b/skins/contrib/Dusk/buglist.css
deleted file mode 100644
index 2e14368b1..000000000
--- a/skins/contrib/Dusk/buglist.css
+++ /dev/null
@@ -1,24 +0,0 @@
-/* The contents of this file are subject to the Mozilla Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is the Bugzilla Bug Tracking System.
- *
- * The Initial Developer of the Original Code is Mike Schrag.
- * Portions created by Marc Schumann are Copyright (c) 2007 Mike Schrag.
- * All rights reserved.
- *
- * Contributor(s): Mike Schrag <mschrag@pobox.com>
- * Byron Jones <bugzilla@glob.com.au>
- * Marc Schumann <wurblzap@gmail.com>
- */
-
-tr.bz_bugitem:hover {
- background-color: #ccccff;
-}