[mirotalksfu] - improve settings UI

هذا الالتزام موجود في:
Miroslav Pejic
2023-06-05 18:32:55 +02:00
الأصل 4b8d41ef0e
التزام 5a622d3f0c

عرض الملف

@@ -320,7 +320,6 @@ th {
--------------------------------------------------------------*/ --------------------------------------------------------------*/
.tab { .tab {
overflow: hidden; overflow: hidden;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px; border-radius: 5px;
} }
@@ -332,7 +331,7 @@ th {
font-size: 0.8rem; font-size: 0.8rem;
color: #fff; color: #fff;
border: none; border: none;
background-color: inherit; background-color: rgba(0, 0, 0, 0.2);
outline: none; outline: none;
cursor: pointer; cursor: pointer;
transition: 0.3s; transition: 0.3s;
@@ -641,7 +640,7 @@ em-emoji-picker {
} }
.swal2-html-container { .swal2-html-container {
text-align: center; text-align: center;
color: #858585 !important; color: whitesmoke !important;
background-color: transparent !important; background-color: transparent !important;
} }