From b963300bff96a547f8aef7b52b6582b733ac024b Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Wed, 12 Jan 2011 23:44:07 +0900 Subject: [PATCH] fix style of pinned tabs (Mixed and Plain styles) --- skin/classic/treestyletab/square/tab-surface-4.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin/classic/treestyletab/square/tab-surface-4.css b/skin/classic/treestyletab/square/tab-surface-4.css index 54f8504d..eca261ad 100644 --- a/skin/classic/treestyletab/square/tab-surface-4.css +++ b/skin/classic/treestyletab/square/tab-surface-4.css @@ -10,9 +10,9 @@ } .tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]) - .tabbrowser-tab .tab-content[selected="true"], + .tabbrowser-tab:not([pinned]) .tab-content[selected="true"], .tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-tabbar-position="top"]) - .tabbrowser-tab .tab-content:not([selected="true"]) { + .tabbrowser-tab:not([pinned]) .tab-content:not([selected="true"]) { padding: 0 0.2em !important; }