fix style of pinned tabs (Mixed and Plain styles)

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-12 23:44:07 +09:00
parent 32283c415c
commit b963300bff

View File

@ -10,9 +10,9 @@
}
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"])
.tabbrowser-tab .tab-content[selected="true"],
.tabbrowser-tab:not([pinned]) .tab-content[selected="true"],
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"])
.tabbrowser-tab .tab-content:not([selected="true"]) {
.tabbrowser-tab:not([pinned]) .tab-content:not([selected="true"]) {
padding: 0 0.2em !important;
}