mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-12 16:38:48 +00:00
modificado el custom switch en el swal (en el css)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user