[X2Go-Commits] [pale-moon] 126/294: Don't modify	toolbox-after-color in lwthemes
    git-admin at x2go.org 
    git-admin at x2go.org
       
    Sat Apr 27 08:57:58 CEST 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.
commit 07122c4454ef294067e77dcf1f04b1424dfe1f73
Author: Lootyhoof <lootyhoofer at gmail.com>
Date:   Fri Mar 15 23:10:59 2019 +0000
    Don't modify toolbox-after-color in lwthemes
---
 application/palemoon/themes/windows/browser.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css
index 8a47e67..aae36c5 100644
--- a/application/palemoon/themes/windows/browser.css
+++ b/application/palemoon/themes/windows/browser.css
@@ -3057,7 +3057,7 @@ toolbar[brighttext] #addonbar-closebutton {
   
   @media (-moz-os-version: windows-vista),
          (-moz-os-version: windows-win7) {
-    :root {
+    :root:not(:-moz-lwtheme) {
       --toolbox-after-color: #aabccf;
     }
   }
@@ -3065,9 +3065,12 @@ toolbar[brighttext] #addonbar-closebutton {
   @media (-moz-os-version: windows-win8),
          (-moz-os-version: windows-win10) {
     :root {
-      --toolbox-after-color: #bcbcbc;
       --toolbar-custom-color: hsl(210,0%,92%);
     }
+    
+    :root:not(:-moz-lwtheme) {
+      --toolbox-after-color: #bcbcbc;
+    }
   }
  
   #navigator-toolbox[tabsontop=true] #urlbar:not(:-moz-lwtheme),
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
    
    
More information about the x2go-commits
mailing list