Show the icon of the "all tabs" button in the tab bar, on Linux

This commit is contained in:
YUKI Hiroshi 2015-10-05 17:06:27 +09:00
parent 47ee8fe048
commit 5f022d3067

View File

@ -53,3 +53,9 @@
#TabsToolbar::after { #TabsToolbar::after {
display: none; 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;
}