Cancel margin of .tab-background in pinned tabs (mainly for OS X)
This commit is contained in:
parent
01388297a5
commit
93d0a8e70b
@ -139,7 +139,8 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
:-moz-any(.tab-throbber[pinned],
|
:-moz-any(.tab-throbber[pinned],
|
||||||
.tab-icon-image[pinned]) {
|
.tab-icon-image[pinned],
|
||||||
|
.tab-background[pinned]) {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
|
Loading…
Reference in New Issue
Block a user