From e2855afc1e0d5f64e9333c36ce207842b9028909 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 3 May 2016 11:25:58 +0900 Subject: [PATCH] Define default namespace to match to other files --- skin/classic/treestyletab/base-colors.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skin/classic/treestyletab/base-colors.css b/skin/classic/treestyletab/base-colors.css index edcb8899..bea5d468 100644 --- a/skin/classic/treestyletab/base-colors.css +++ b/skin/classic/treestyletab/base-colors.css @@ -1,3 +1,5 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + :root[devtoolstheme="light"] { --tabs-newtab-button-background:-moz-dialog; --tabs-newtab-button-background-hover:ThreeDHighlight;