When tabs are highlighted by Tab Utilities, favicons were wrongly hidden. (fix for #147 )

This commit is contained in:
SHIMODA Hiroshi 2011-08-15 18:23:28 +09:00
parent 1b3248172a
commit afb1d8bcfa

View File

@ -513,3 +513,12 @@ image.tab-icon {
:root:not([treestyletab-tabbar-fixed="true"]) #ctStack {
display: none;
}
/* Tab Utilities */
.tabbrowser-tabs[highlightLocked][highlightSelected][highlightUnread]
> .tabbrowser-tab .tab-icon > .tab-icon-image ~ *,
.tabbrowser-tabs[highlightlocked][highlightselected][highlightunread]
> .tabbrowser-tab .tab-icon > .tab-icon-image ~ * {
background: none !important;
}