mirror of
https://github.com/grocy/grocy.git
synced 2026-04-02 10:59:25 +02: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;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-check-input.is-valid ~ .form-check-label,
|
||||||
|
.was-validated .form-check-input:valid ~ .form-check-label {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
/* Navigation style customizations */
|
/* Navigation style customizations */
|
||||||
#mainNav {
|
#mainNav {
|
||||||
background-color: #e5e5e5 !important;
|
background-color: #e5e5e5 !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user