From 5f022d30676f074ba9b2d5709d13afc6411b9243 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 5 Oct 2015 17:06:27 +0900 Subject: [PATCH] Show the icon of the "all tabs" button in the 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 31b67e74..6f9ccfcb 100644 --- a/skin/classic/treestyletab/Linux-base.css +++ b/skin/classic/treestyletab/Linux-base.css @@ -53,3 +53,9 @@ #TabsToolbar::after { display: none; } + +/* cancel too much padding for the icon in the vertical tab bar */ +#TabsToolbar[treestyletab-mode="vertical"] + #alltabs-button > .toolbarbutton-icon { + padding: 3px 7px; +}