[mirotalksfu] - add custom theme, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-02-07 15:18:36 +01:00
الأصل c907559282
التزام 6e0d8a189f
7 ملفات معدلة مع 161 إضافات و8 حذوفات

عرض الملف

@@ -367,6 +367,15 @@ body {
color: white;
}
.inline-check-box {
margin-bottom: 20px;
display: inline-flex;
justify-content: center; /* Vertical centering */
align-items: center; /* Horizontal centering */
text-align: left;
color: white;
}
#recordingImage {
width: 128px;
height: auto;
@@ -553,6 +562,18 @@ th {
border-radius: 5px;
}
/*--------------------------------------------------------------
# Settings - dynamic colors picker
--------------------------------------------------------------*/
.theme-color-picker {
padding: 10px;
border: none;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Settings - microphone volume indicator
--------------------------------------------------------------*/
@@ -871,7 +892,7 @@ th {
--------------------------------------------------------------*/
.dropdown-menu li:hover {
background: #000000;
background: var(--btns-bg-color);
}
/* Hide the default Bootstrap dropdown icon */