From e62cb0cb2308c2671faceea5783725b08a2638f7 Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 26 May 2018 10:55:52 +0000 Subject: Pale Moon - Fix white tab text for active tab on Mac --- application/palemoon/themes/osx/browser.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'application/palemoon') diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index 6307c5f58..10f521843 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -1459,14 +1459,14 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- linear-gradient(-moz-dialog, -moz-dialog); } -.tabbrowser-tab:-moz-lwtheme { - color: inherit; - /* 0.99 opacity rquired to force an active layer, see bug #1028369 */ - opacity: 0.99; +.tabbrowser-tab[visuallyselected=true]:not(:-moz-lwtheme) { + /* overriding tabbox.css */ + color: inherit; } -.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) { - opacity: 0.9; +.tabbrowser-tab[visuallyselected=true] { + /* overriding tabbox.css */ + text-shadow: inherit; } /* Remove highlight fuzz on dark themes */ -- cgit v1.2.3