diff --git a/skin/classic/treestyletab/tmp.css b/skin/classic/treestyletab/tmp.css index efc159e35..302b4793b 100644 --- a/skin/classic/treestyletab/tmp.css +++ b/skin/classic/treestyletab/tmp.css @@ -49,3 +49,8 @@ .tabbrowser-tabs[treestyletab-mode="vertical"] .tab-progress { margin-top: -2px; } + +:root[treestyletab-enable-compatibility-tmp="true"] + #tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) { + background-image: none !important; +}