From 1316c1f25f0894ae94085e764a3cea600ef32b02 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 16 Nov 2020 22:33:24 +0100 Subject: [PATCH] Don't colorize validated custom checkboxes/radios --- public/css/grocy.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 4b6ff326..69ea637b 100755 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -94,7 +94,9 @@ a.discrete-link:focus { } .form-check-input.is-valid ~ .form-check-label, - .was-validated .form-check-input:valid ~ .form-check-label { + .was-validated .form-check-input:valid ~ .form-check-label, +.custom-control-input.is-valid ~ .custom-control-label, + .was-validated .custom-control-input:valid ~ .custom-control-label { color: inherit; }