mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Use normal color for successfully validate checkbox inputs
This commit is contained in:
parent
bb261f99c4
commit
ef043b38ce
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user