Remove needless margin around pinned tabs (Sidebar theme)

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-05-02 04:27:23 +09:00
parent f9b6ec8039
commit d272dd3ee7

View File

@ -115,6 +115,11 @@ tabbrowser[treestyletab-mode="vertical"]
padding: 0 !important; padding: 0 !important;
line-height: 1 !important; line-height: 1 !important;
} }
.tabbrowser-tabs[treestyletab-mode="vertical"]
:-moz-any(.tab-throbber[pinned],
.tab-icon-image[pinned]) {
margin: 0 !important;
}
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[pinned] .tabbrowser-tab[pinned]
.tab-stack { .tab-stack {