[Pkg-mozext-commits] [all-in-one-sidebar] 31/49: Minor: fix for addon list in dark themes

David Prévot taffit at moszumanska.debian.org
Fri Sep 19 16:46:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository all-in-one-sidebar.

commit 4ba4c735630dfdd71d43d9ad6539dbafde565875
Author: John Beard <john.j.beard at gmail.com>
Date:   Fri Aug 15 08:47:29 2014 +0100

    Minor: fix for addon list in dark themes
---
 skin/scss/addons.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/skin/scss/addons.scss b/skin/scss/addons.scss
index 91df33c..2ea09f0 100644
--- a/skin/scss/addons.scss
+++ b/skin/scss/addons.scss
@@ -363,13 +363,13 @@ page[aios-inSidebar] {
         background-image: none;
 
         .addon:not([selected="true"]) {
-            background-color: #FFFFFF;
+            background-color: ButtonFace;
         }
 
         #categories {
             border-top: none;
             border-bottom: 1px solid ThreedShadow;
-            background-color: #ffffff;
+            background-color: Menu;
         }
 
         .category,
@@ -732,4 +732,4 @@ page[aios-inSidebar] {
         display: none !important;
     }
 
-}
\ No newline at end of file
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git



More information about the Pkg-mozext-commits mailing list