From 1d67911c5e37e715b0fcb381f5d8ac8fb4b48c4a Mon Sep 17 00:00:00 2001 From: wanabe Date: Fri, 13 Sep 2013 12:28:06 +0900 Subject: [PATCH] Erase border that appears with TMP (#528) --- skin/classic/treestyletab/tmp.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skin/classic/treestyletab/tmp.css b/skin/classic/treestyletab/tmp.css index efc159e35..302b4793b 100644 --- a/skin/classic/treestyletab/tmp.css +++ b/skin/classic/treestyletab/tmp.css @@ -49,3 +49,8 @@ .tabbrowser-tabs[treestyletab-mode="vertical"] .tab-progress { margin-top: -2px; } + +:root[treestyletab-enable-compatibility-tmp="true"] + #tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) { + background-image: none !important; +}