From 67f58acf91636e830c219a79d7bb23f26ca17119 Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Mon, 13 Feb 2012 03:47:20 +0900 Subject: [PATCH] "retro" twisties in the horizontal tab bar should not be shown on the favicon. --- skin/classic/treestyletab/twisty/twisty.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skin/classic/treestyletab/twisty/twisty.css b/skin/classic/treestyletab/twisty/twisty.css index c86dc9c5..500f9269 100644 --- a/skin/classic/treestyletab/twisty/twisty.css +++ b/skin/classic/treestyletab/twisty/twisty.css @@ -34,10 +34,10 @@ margin: 0 -5px 0 -2px; } -.tabbrowser-tabs[treestyletab-twisty-style^="modern"]:not([treestyletab-style])[treestyletab-allow-subtree-collapse="true"] +.tabbrowser-tabs:not([treestyletab-style])[treestyletab-allow-subtree-collapse="true"] .tabbrowser-tab[treestyletab-allow-subtree-collapse="true"][treestyletab-children]:not([pinned="true"]) .treestyletab-twisty, -.tabbrowser-tabs[treestyletab-twisty-style^="modern"][treestyletab-tabbar-position="top"][treestyletab-allow-subtree-collapse="true"] +.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-allow-subtree-collapse="true"] .tabbrowser-tab[treestyletab-allow-subtree-collapse="true"][treestyletab-children]:not([pinned="true"]) .treestyletab-twisty { margin: 0 -3px 0 -2px; @@ -50,10 +50,10 @@ .treestyletab-twisty { margin: 0 -5px 0 1px; } -.tabbrowser-tabs[treestyletab-twisty-style^="modern"]:not([treestyletab-style])[treestyletab-allow-subtree-collapse="true"][treestyletab-tab-contents-inverted="true"] +.tabbrowser-tabs:not([treestyletab-style])[treestyletab-allow-subtree-collapse="true"][treestyletab-tab-contents-inverted="true"] .tabbrowser-tab[treestyletab-allow-subtree-collapse="true"][treestyletab-children]:not([pinned="true"]) .treestyletab-twisty, -.tabbrowser-tabs[treestyletab-twisty-style^="modern"][treestyletab-tabbar-position="top"][treestyletab-allow-subtree-collapse="true"][treestyletab-tab-contents-inverted="true"] +.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-allow-subtree-collapse="true"][treestyletab-tab-contents-inverted="true"] .tabbrowser-tab[treestyletab-allow-subtree-collapse="true"][treestyletab-children]:not([pinned="true"]) .treestyletab-twisty { margin: 0 -2px 0 -3px;