[X2Go-Commits] [pale-moon] 72/102: Make sure Glass doesn't override LWT style for the title bar.

git-admin at x2go.org git-admin at x2go.org
Mon Feb 25 23:25:53 CET 2019


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

x2go pushed a commit to branch upstream/28.4.0
in repository pale-moon.

commit e057156093c5ff2fbb13110dd62bbca2e52bd6c7
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date:   Tue Feb 5 14:09:00 2019 +0100

    Make sure Glass doesn't override LWT style for the title bar.
    
    This resolves #965.
---
 application/palemoon/base/content/browser-title.css | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/application/palemoon/base/content/browser-title.css b/application/palemoon/base/content/browser-title.css
index 66b5e67..5f7e775 100644
--- a/application/palemoon/base/content/browser-title.css
+++ b/application/palemoon/base/content/browser-title.css
@@ -50,13 +50,6 @@
     right: -12px;
 }
 
-/* Lightweight Themes */
-
-#main-window:-moz-lwtheme::after {
-  color: inherit;
-  text-shadow: inherit;
-}
-
 /* Windows Classic theme */
 
 @media all and (-moz-windows-classic) {
@@ -192,6 +185,13 @@
   
 }
 
+/* Lightweight Themes */
+
+#main-window:-moz-lwtheme::after {
+  color: inherit;
+  text-shadow: inherit;
+}
+
 
 /* Hide for small windows */
 

--
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