Pale Moon - Fix white tab text for active tab on Mac

This commit is contained in:
adeshkp 2018-05-26 10:55:52 +00:00 committed by Roy Tam
commit 8b9da6442c

View file

@ -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 */