From afb1d8bcfaf297b0104e6a8e3a1acba3bafd143f Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Mon, 15 Aug 2011 18:23:28 +0900 Subject: [PATCH] When tabs are highlighted by Tab Utilities, favicons were wrongly hidden. (fix for #147 ) --- content/treestyletab/treestyletab.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index eb138f82..3c30aaaa 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -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; +} +