diff --git a/skin/classic/treestyletab/Linux-base.css b/skin/classic/treestyletab/Linux-base.css index 8ebeb526..9ba7b106 100644 --- a/skin/classic/treestyletab/Linux-base.css +++ b/skin/classic/treestyletab/Linux-base.css @@ -14,10 +14,9 @@ * not rectangle, because rectangle "window"s have dropshadows on Linux. */ :root[treestyletab-tabbar-position="left"] - #treestyletab-autohide-content-area-screen { - border-right: 1px solid ThreeDShadow; -} + #treestyletab-autohide-content-area-screen, :root[treestyletab-tabbar-position="right"] - #treestyletab-autohide-content-area-screen { + #treestyletab-autohide-content-area-screen { + border-right: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow; }