|
|
@@ -388,21 +388,18 @@ body form textarea.form-control {
|
|
|
background-color: #f5f8fa !important;
|
|
|
}
|
|
|
|
|
|
-body .form-check-input,
|
|
|
-body form .form-check-input {
|
|
|
+body input.form-check-input,
|
|
|
+body form input.form-check-input {
|
|
|
height: 20px !important;
|
|
|
width: 20px !important;
|
|
|
border-radius: 5px !important;
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
|
|
|
-body .form-check-input:checked[type="checkbox"],
|
|
|
-body
|
|
|
- form
|
|
|
- .form-check-input:checked[type="checkbox"]
|
|
|
- body
|
|
|
- .form-check-input:checked[type="radio"],
|
|
|
-body form .form-check-input:checked[type="radio"] {
|
|
|
+body input.form-check-input:checked[type="checkbox"],
|
|
|
+body form input.form-check-input:checked[type="checkbox"],
|
|
|
+body input.form-check-input:checked[type="radio"],
|
|
|
+body form input.form-check-input:checked[type="radio"] {
|
|
|
background-color: var(--color-blu) !important;
|
|
|
}
|
|
|
|