From e057156093c5ff2fbb13110dd62bbca2e52bd6c7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 5 Feb 2019 14:09:00 +0100 Subject: 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(-) (limited to 'application/palemoon/base') diff --git a/application/palemoon/base/content/browser-title.css b/application/palemoon/base/content/browser-title.css index 66b5e6731..5f7e77564 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 */ -- cgit v1.2.3