diff --git a/skin/classic/treestyletab/square/tab-surface.css b/skin/classic/treestyletab/square/tab-surface.css index d1ba8d4c..068e1f46 100644 --- a/skin/classic/treestyletab/square/tab-surface.css +++ b/skin/classic/treestyletab/square/tab-surface.css @@ -59,3 +59,10 @@ ) !important; } + +/* pinned tabs */ + +.tabbrowser-tabs[treestyletab-mode="vertical"] + .tabbrowser-tab[pinned]:not([treestyletab-drop-position]) { + -moz-border-right-colors: ThreeDShadow transparent !important; +}