fix appearance of pinned tabs with the "Default" skin with Tab Mix Plus
This commit is contained in:
parent
9f89599dc4
commit
8231d827f6
@ -23,3 +23,10 @@
|
|||||||
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
|
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
|
||||||
-moz-box-flex: 1 !important;
|
-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;
|
||||||
|
}
|
||||||
|
@ -379,10 +379,11 @@ toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
|||||||
|
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab[pinned="true"] {
|
.tabbrowser-tab[pinned="true"] {
|
||||||
position: fixed !important;
|
|
||||||
z-index: 100;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
line-height: 0;
|
||||||
|
position: fixed !important;
|
||||||
|
width: 24px;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* print preview */
|
/* print preview */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user