Place "overlay" icon on pinned tabs at top-right of the tab

This commit is contained in:
YUKI Hiroshi 2015-09-28 20:42:35 +09:00
parent 3a3d0945c7
commit 06fb2d4f2f

View File

@ -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 */