From f2298baa896e2fd14e247b7b29eec612f5a40f78 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 1 Apr 2014 12:29:03 +0900 Subject: [PATCH] Don't show bottom border for non-tabs-on-top tab bar, on Linux --- skin/classic/treestyletab/Linux-base.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +}