From 06fb2d4f2f07d34a2a26176af7e4f34b79f7a740 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 28 Sep 2015 20:42:35 +0900 Subject: [PATCH] Place "overlay" icon on pinned tabs at top-right of the tab --- skin/classic/treestyletab/ui-base.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/skin/classic/treestyletab/ui-base.css b/skin/classic/treestyletab/ui-base.css index 528ada92..b2da4c8c 100644 --- a/skin/classic/treestyletab/ui-base.css +++ b/skin/classic/treestyletab/ui-base.css @@ -356,6 +356,13 @@ tabbrowser[treestyletab-tabbar-position="bottom"] 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 */