From fb2394b983e0f7de5c4dea4976bea9d4eac3300c Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 3 May 2016 11:25:11 +0900 Subject: [PATCH] Fix coding style: put space between selectors and "{" --- skin/classic/treestyletab/base-colors.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin/classic/treestyletab/base-colors.css b/skin/classic/treestyletab/base-colors.css index fe56c97b..edcb8899 100644 --- a/skin/classic/treestyletab/base-colors.css +++ b/skin/classic/treestyletab/base-colors.css @@ -1,9 +1,9 @@ -:root[devtoolstheme="light"]{ +:root[devtoolstheme="light"] { --tabs-newtab-button-background:-moz-dialog; --tabs-newtab-button-background-hover:ThreeDHighlight; } -:root[devtoolstheme="dark"]{ +:root[devtoolstheme="dark"] { --tabs-newtab-button-background:#39424D; --tabs-newtab-button-background-hover:#49525D; } \ No newline at end of file