diff --git a/public/css/Room.css b/public/css/Room.css index b4d096b0..5b7de7f3 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -97,6 +97,7 @@ body { #google_translate_element select { background-color: #2c2c2c !important; + box-shadow: none !important; } /*-------------------------------------------------------------- @@ -144,6 +145,7 @@ body { color: white; border: var(--border); border-radius: 5px; + box-shadow: none; cursor: pointer; } @@ -272,6 +274,7 @@ body { background-color: #2c2c2c !important; border: var(--border); border-radius: 5px; + box-shadow: none; cursor: pointer; } @@ -646,6 +649,7 @@ em-emoji-picker { .swal2-input { border: var(--border) !important; + box-shadow: none !important; } .swal2-popup { @@ -653,6 +657,10 @@ em-emoji-picker { border: 0.5px solid rgb(255 255 255 / 32%) !important; } +.swal2-popup .swal2-styled:focus { + box-shadow: none !important; +} + .swal2-timer-progress-bar-container { background: #376df9; } @@ -707,6 +715,7 @@ em-emoji-picker { select { height: 40px; line-height: 40px; + box-shadow: none; } .hidden {