Place "overlay" icon on pinned tabs at top-right of the tab
This commit is contained in:
parent
3a3d0945c7
commit
06fb2d4f2f
@ -356,6 +356,13 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* overlay icon */
|
||||||
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
|
.tab-content[pinned="true"] > image.tab-icon-overlay {
|
||||||
|
margin-top: -14px;
|
||||||
|
-moz-margin-start: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* notification of newly opened tabs in background */
|
/* notification of newly opened tabs in background */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user