From 18f2c4ec164393c058e500b85e7e4b62db91c74d Mon Sep 17 00:00:00 2001 From: Ryan C Date: Mon, 27 Apr 2020 20:50:32 +0100 Subject: [PATCH] [Pale-Moon] Show private indicator on OS X if no MOZ_CAN_DRAW_IN_TITLEBAR (#1784) --- application/palemoon/themes/osx/browser.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index ed4ca1624b..d1b231a3a0 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -2862,4 +2862,12 @@ toolbar[brighttext] #addonbar-closebutton { padding-inline-end: 50px; } } +%else +#main-window[privatebrowsingmode=temporary] #TabsToolbar::before { + display: -moz-box; + content: ""; + background: url("chrome://browser/skin/privatebrowsing-dark.png") center no-repeat; + width: 30px; + color: inherit; +} %endif \ No newline at end of file