fix appearance of pinned tabs with the "Default" skin with Tab Mix Plus

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-03-19 05:27:00 +09:00
parent 9f89599dc4
commit 8231d827f6
2 changed files with 11 additions and 3 deletions

View File

@ -23,3 +23,10 @@
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
-moz-box-flex: 1 !important;
}
.tabbrowser-tab[pinned] > .tab-image-left,
.tabbrowser-tab[pinned] > .tab-drag-indicator-left,
.tabbrowser-tab[pinned] > .tab-drag-indicator-right,
.tabbrowser-tab[pinned] > .tab-image-right {
display: none;
}

View File

@ -379,10 +379,11 @@ toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[pinned="true"] {
position: fixed !important;
z-index: 100;
width: 24px;
height: 24px;
line-height: 0;
position: fixed !important;
width: 24px;
z-index: 100;
}
/* print preview */