Regression: Highlight updated pinned tabs correctly.

This commit is contained in:
Piro / YUKI Hiroshi 2013-09-14 20:59:56 +09:00
parent 1f5188defd
commit d7aa5da30d

View File

@ -87,6 +87,6 @@
} }
:root[treestyletab-enable-compatibility-tmp="true"] :root[treestyletab-enable-compatibility-tmp="true"]
#tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) { #tabbrowser-tabs .tabbrowser-tab:not([selected="true"]):not([pinned="true"]) {
background-image: none !important; background-image: none !important;
} }