From 76a42bb453214b66621edcfe8cfbd1797ed1a803 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Mon, 21 Mar 2022 10:00:40 +0100 Subject: [PATCH] fix(form): lightbulb always gray in darker theme --- css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.scss b/css/styles.scss index c7db9db53..2e59f3e39 100644 --- a/css/styles.scss +++ b/css/styles.scss @@ -1556,7 +1556,7 @@ span.fc_list_icon { /* Active / inactive light for forms */ .plugin-forcreator-active { cursor: pointer; - color: #009933; + color: #009933 !important; } .plugin-forcreator-inactive {