From d7aa5da30dd3e0075bf41765a4586ee209169bd7 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Sat, 14 Sep 2013 20:59:56 +0900 Subject: [PATCH] Regression: Highlight updated pinned tabs correctly. --- skin/classic/treestyletab/tmp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/classic/treestyletab/tmp.css b/skin/classic/treestyletab/tmp.css index 62d877a2..36874336 100644 --- a/skin/classic/treestyletab/tmp.css +++ b/skin/classic/treestyletab/tmp.css @@ -87,6 +87,6 @@ } :root[treestyletab-enable-compatibility-tmp="true"] - #tabbrowser-tabs .tabbrowser-tab:not([selected="true"]) { + #tabbrowser-tabs .tabbrowser-tab:not([selected="true"]):not([pinned="true"]) { background-image: none !important; }