mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Use normal color for successfully validate checkbox inputs
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user