From 0b02f1ba3519449eb571c7df648776c83653521f Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 3 May 2016 12:47:35 +0900 Subject: [PATCH] Use theme specific color for hover tab --- 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 bc7f0b4d..bf03a25b 100644 --- a/skin/classic/treestyletab/tmp.css +++ b/skin/classic/treestyletab/tmp.css @@ -51,7 +51,7 @@ :root[treestyletab-enable-compatibility-tmp="true"] .tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton:hover { - background: ThreeDHighlight !important; + background: var(--tst-tab-surface-hover) !important; } :root[treestyletab-enable-compatibility-tmp="true"]