From d8bf4a40443e13d484154059c1646ae385f82a1f Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Tue, 3 May 2016 11:48:31 +0900 Subject: [PATCH] Apply default color scheme for non-dev-edition environment. Regular Firefox doesn't have "devtoolstheme" attribute for its root element. --- skin/classic/treestyletab/base-colors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/classic/treestyletab/base-colors.css b/skin/classic/treestyletab/base-colors.css index 70252d94..c3269540 100644 --- a/skin/classic/treestyletab/base-colors.css +++ b/skin/classic/treestyletab/base-colors.css @@ -36,7 +36,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -:root[devtoolstheme="light"] { +:root { --tab-surface: -moz-dialog; --tab-surface-hover: ThreeDHighlight; }