Show the icon of the "all tabs" button in the tab bar, on Linux
This commit is contained in:
parent
47ee8fe048
commit
5f022d3067
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user