[mirotalk] - add shadow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user