Use theme specific color for hover tab

This commit is contained in:
Piro / YUKI Hiroshi 2016-05-03 12:47:35 +09:00
parent 8444dfee04
commit 0b02f1ba35

View File

@ -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"]