From 5f35a6ccf079ac08efa58285dd05d49cf0e81cda Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 5 Feb 2019 14:09:00 +0100 Subject: [PATCH] Make sure Glass doesn't override LWT style for the title bar. This resolves #965. --- .../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 66b5e6731b..5f7e77564e 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 */