Use normal color for successfully validate checkbox inputs

This commit is contained in:
Bernd Bestel 2018-08-11 14:29:08 +02:00
parent bb261f99c4
commit ef043b38ce
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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;