Apply highlighted background color for selected tab correctly #853
This commit is contained in:
parent
a68f8837e2
commit
a651c363ce
@ -218,7 +218,9 @@
|
||||
padding: 0 0.2em !important;
|
||||
}
|
||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||
.tabbrowser-tab[selected="true"] {
|
||||
.tabbrowser-tab:not([pinned])[selected="true"],
|
||||
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
|
||||
.tabbrowser-tab[pinned][selected="true"] {
|
||||
background-color: ThreeDHighlight !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user