From ef043b38ceed311e4cf19f7cc7add7e18f021dcb Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 11 Aug 2018 14:29:08 +0200 Subject: [PATCH] Use normal color for successfully validate checkbox inputs --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index a953c8fc..58b915a7 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -62,6 +62,11 @@ a.discrete-link:focus { left: 0; } + .form-check-input.is-valid ~ .form-check-label, + .was-validated .form-check-input:valid ~ .form-check-label { + color: inherit; +} + /* Navigation style customizations */ #mainNav { background-color: #e5e5e5 !important;