From b7dc3016ec14a772ec4b1c64aff37b4d4bd08c71 Mon Sep 17 00:00:00 2001 From: SpockFan02 Date: Tue, 3 Jul 2018 17:06:41 +0000 Subject: Mac: Do not hide caption buttons or titlebar on private browsing windows or with a lightweight theme installed. This resolves #491. This resolves #584. Tag https://github.com/MoonchildProductions/Pale-Moon/issues/623 --- application/palemoon/themes/osx/browser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application') diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index a8e86ff5c..b35d38bc0 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; } -- cgit v1.2.3