From 74b7bf0a9f3b3b2947dd471563cacd10e0463bdb Mon Sep 17 00:00:00 2001 From: Rob Court Date: Sun, 11 Aug 2019 18:57:29 +0100 Subject: [PATCH] white except color-picker-button --- css/VFBMain.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/VFBMain.less b/css/VFBMain.less index b094ae9da..ae23c26f6 100644 --- a/css/VFBMain.less +++ b/css/VFBMain.less @@ -734,7 +734,7 @@ right:0; } -#controlpanel .griddle button { +#controlpanel .griddle button :not(color-picker-button) { color: white !important; }