diff --git a/skin/classic/treestyletab/treestyletab.css b/skin/classic/treestyletab/treestyletab.css index 17a1f11f..d2ba9943 100644 --- a/skin/classic/treestyletab/treestyletab.css +++ b/skin/classic/treestyletab/treestyletab.css @@ -250,6 +250,10 @@ tabbrowser[treestyletab-tabbar-position="bottom"][treestyletab-style="mixed"] .t -moz-box-flex: 1; } +tabbrowser[treestyletab-mode="vertical"][treestyletab-appearance-inverted="true"] .treestyletab-twisty-container { + margin: 0 -3px 0 3px; +} + tabbrowser:not([treestyletab-mode="vertical"]) .treestyletab-twisty-container { position: relative; margin: 0 16px 0 -16px;