diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-07-03 19:13:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 19:13:37 +0200 |
commit | f17876faf086e0c2bef3ea9fef0a63d43fb5df11 (patch) | |
tree | 8000d59286fce433574d4b7ce91836f372a62f08 | |
parent | a003b2be94b2f32b1e7527227a39e3714f8168a3 (diff) | |
parent | b7dc3016ec14a772ec4b1c64aff37b4d4bd08c71 (diff) | |
download | uxp-f17876faf086e0c2bef3ea9fef0a63d43fb5df11.tar.gz |
Merge pull request #585 from SpockMan02/patch-4
Mac: Do not hide caption buttons or titlebar
-rw-r--r-- | application/palemoon/themes/osx/browser.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index a8e86ff5c3..b35d38bc0a 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -127,8 +127,8 @@ } /* ensure extra titlebar doesn't appear on normal (e.g. non-privacy) windows */ -#titlebar-buttonbox-container, -#main-window:not([drawintitlebar=true]) > #titlebar { +#main-window:not([privatebrowsingmode=temporary]) > #titlebar > #titlebar-content > #titlebar-buttonbox-container, +#main-window:not([drawintitlebar=true]):not(:-moz-lwtheme) > #titlebar { display: none; } |