Apply custom max-width/height for toolbarbutton icons in the tab bar except closebox in tabs #984

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-09 21:52:41 +09:00
parent 3cff4eb9ca
commit 38df1c2f37

View File

@ -234,7 +234,8 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position=
}
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
.toolbarbutton-icon {
toolbarbutton:not(.tab-close-button)
> .toolbarbutton-icon {
/**
* This is required to block the tab bar to be shrunken.
* See: https://github.com/piroor/treestyletab/issues/964#issuecomment-153781248