summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-07-03 21:35:45 +0200
committerGitHub <noreply@github.com>2018-07-03 21:35:45 +0200
commited1bb1455dda93286832cce314ba37893c1bd674 (patch)
treedcfde28e30f11686561ce85edc9f38911000c9b4
parentf17876faf086e0c2bef3ea9fef0a63d43fb5df11 (diff)
parente8120c7c8046773ee2b1c8d3cfcffca9819ac7d3 (diff)
downloadUXP-ed1bb1455dda93286832cce314ba37893c1bd674.tar
UXP-ed1bb1455dda93286832cce314ba37893c1bd674.tar.gz
UXP-ed1bb1455dda93286832cce314ba37893c1bd674.tar.lz
UXP-ed1bb1455dda93286832cce314ba37893c1bd674.tar.xz
UXP-ed1bb1455dda93286832cce314ba37893c1bd674.zip
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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css
index b35d38bc0..fe4cdbf11 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;
}