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