diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-03 21:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 21:35:45 +0200 |
commit | ed1bb1455dda93286832cce314ba37893c1bd674 (patch) | |
tree | dcfde28e30f11686561ce85edc9f38911000c9b4 | |
parent | f17876faf086e0c2bef3ea9fef0a63d43fb5df11 (diff) | |
parent | e8120c7c8046773ee2b1c8d3cfcffca9819ac7d3 (diff) | |
download | uxp-ed1bb1455dda93286832cce314ba37893c1bd674.tar.gz |
Merge pull request #588 from SpockMan02/patch-4
Don't hide caption buttons with a lw theme, either
-rw-r--r-- | application/palemoon/themes/osx/browser.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index b35d38bc0a..fe4cdbf11e 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -127,7 +127,7 @@ } /* ensure extra titlebar doesn't appear on normal (e.g. non-privacy) windows */ -#main-window:not([privatebrowsingmode=temporary]) > #titlebar > #titlebar-content > #titlebar-buttonbox-container, +#main-window:not([privatebrowsingmode=temporary]):not(-moz-lwtheme) > #titlebar > #titlebar-content > #titlebar-buttonbox-container, #main-window:not([drawintitlebar=true]):not(:-moz-lwtheme) > #titlebar { display: none; } |