modificado el custom switch en el swal (en el css)

This commit is contained in:
2025-11-01 12:23:36 +01:00
parent 7f2db075a8
commit 51d22515e8

View File

@ -40,6 +40,14 @@ body {
margin: 0;
}
.swal2-popup .form-switch-custom .form-check-input:checked{
border-color: #92b2a7;
background-color: #cbcecd;
}
.swal2-popup .form-switch-custom .form-check-input:checked::before {
color: #92b2a7;
}
.form-switch-presupuesto .form-check-input:checked {
border-color: #92b2a7;
background-color: #cbcecd;