diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-05 14:09:00 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-05 14:09:00 +0100 |
commit | e057156093c5ff2fbb13110dd62bbca2e52bd6c7 (patch) | |
tree | 1daa0159c33879411168d78ade4c8f941cff1ba0 /application/palemoon | |
parent | f560671b66bd34b1f2271432adf945aee887c933 (diff) | |
download | UXP-e057156093c5ff2fbb13110dd62bbca2e52bd6c7.tar UXP-e057156093c5ff2fbb13110dd62bbca2e52bd6c7.tar.gz UXP-e057156093c5ff2fbb13110dd62bbca2e52bd6c7.tar.lz UXP-e057156093c5ff2fbb13110dd62bbca2e52bd6c7.tar.xz UXP-e057156093c5ff2fbb13110dd62bbca2e52bd6c7.zip |
Make sure Glass doesn't override LWT style for the title bar.
This resolves #965.
Diffstat (limited to 'application/palemoon')
-rw-r--r-- | application/palemoon/base/content/browser-title.css | 14 |
1 files changed, 7 insertions, 7 deletions
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 */ |