mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Pale Moon - Fix white tab text for active tab on Mac
This commit is contained in:
parent
aa52f6bd53
commit
8b9da6442c
1 changed files with 6 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue