diff --git a/skin/classic/treestyletab/Linux-base.css b/skin/classic/treestyletab/Linux-base.css index 08a2ced1..a5d1aae8 100644 --- a/skin/classic/treestyletab/Linux-base.css +++ b/skin/classic/treestyletab/Linux-base.css @@ -49,3 +49,9 @@ background: url("chrome://browser/skin/privatebrowsing-mask.png") center no-repeat; width: 30px; } + +/* disable bottom border of the tab bar */ +#main-window:not([treestyletab-tabbar-position="top"]) + #TabsToolbar::after { + display: none; +}