From 7fe5a517f70b89a7998c58b48e4057ea7ceb0515 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 28 Sep 2015 20:45:22 +0900 Subject: [PATCH] Place "overlay" icon at top-right of the tab for "Metal" theme --- skin/classic/treestyletab/ui-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin/classic/treestyletab/ui-base.css b/skin/classic/treestyletab/ui-base.css index b2da4c8c..7cb973b0 100644 --- a/skin/classic/treestyletab/ui-base.css +++ b/skin/classic/treestyletab/ui-base.css @@ -359,8 +359,8 @@ tabbrowser[treestyletab-tabbar-position="bottom"] /* overlay icon */ .tabbrowser-tabs[treestyletab-mode="vertical"] .tab-content[pinned="true"] > image.tab-icon-overlay { - margin-top: -14px; - -moz-margin-start: -8px; + margin-top: -14px !important; + -moz-margin-start: -8px !important; }