From 2823b18bf91d36b962f745cb4d3643c90d4df70c Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 3 May 2016 11:24:21 +0900 Subject: [PATCH] Tabify --- skin/classic/treestyletab/base-colors.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/skin/classic/treestyletab/base-colors.css b/skin/classic/treestyletab/base-colors.css index 127eab4d..fe56c97b 100644 --- a/skin/classic/treestyletab/base-colors.css +++ b/skin/classic/treestyletab/base-colors.css @@ -1,9 +1,9 @@ :root[devtoolstheme="light"]{ - --tabs-newtab-button-background:-moz-dialog; - --tabs-newtab-button-background-hover:ThreeDHighlight; + --tabs-newtab-button-background:-moz-dialog; + --tabs-newtab-button-background-hover:ThreeDHighlight; } :root[devtoolstheme="dark"]{ - --tabs-newtab-button-background:#39424D; - --tabs-newtab-button-background-hover:#49525D; + --tabs-newtab-button-background:#39424D; + --tabs-newtab-button-background-hover:#49525D; } \ No newline at end of file