From fdffdacd36827ce9c42e0dd23c8a4ba1cd46b34a Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 5 Oct 2015 17:07:08 +0900 Subject: [PATCH] Support tab bar outside of #TabsToolbar --- skin/classic/treestyletab/Linux-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/classic/treestyletab/Linux-base.css b/skin/classic/treestyletab/Linux-base.css index 6f9ccfcb..925f3865 100644 --- a/skin/classic/treestyletab/Linux-base.css +++ b/skin/classic/treestyletab/Linux-base.css @@ -55,7 +55,7 @@ } /* cancel too much padding for the icon in the vertical tab bar */ -#TabsToolbar[treestyletab-mode="vertical"] +#main-window[treestyletab-mode="vertical"] #alltabs-button > .toolbarbutton-icon { padding: 3px 7px; }