[mirotalk] - add shadow

This commit is contained in:
Miroslav Pejic
2024-07-28 16:32:27 +02:00
parent cfe0bd5f59
commit ac2992858b
+9 -8
View File
@@ -1374,6 +1374,15 @@ input:checked + .slider:before {
# Swal2
--------------------------------------------------------------*/
.swal2-popup {
border: 0.5px solid rgb(255 255 255 / 32%) !important;
box-shadow: var(--box-shadow) !important;
}
.swal2-popup .swal2-styled:focus {
box-shadow: none !important;
}
.swal2-validation-message,
.swal2-title,
.swal2-content,
@@ -1398,14 +1407,6 @@ input:checked + .slider:before {
background-color: transparent !important;
}
.swal2-popup {
border: var(--border) !important;
}
.swal2-popup .swal2-styled:focus {
box-shadow: none !important;
}
.swal2-select {
background-color: var(--select-bg) !important;
color: white !important;