Apply highlighted background color for selected tab correctly #853

This commit is contained in:
YUKI Hiroshi 2015-03-13 15:12:33 +09:00
parent a68f8837e2
commit a651c363ce

View File

@ -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;
}