[mirotalksfu] - improve UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-04 21:05:48 +02:00
الأصل d876180d90
التزام af6c257913
5 ملفات معدلة مع 27 إضافات و28 حذوفات

عرض الملف

@@ -480,14 +480,34 @@ th {
.dropdown-menu {
background: var(--body-bg);
border: none;
overflow-y: auto;
}
.dropdown-menu button {
display: flex;
align-items: center;
justify-content: flex-start;
width: 220px;
font-size: 0.8em;
text-align: left;
padding: 8px 16px;
border: none;
background: none;
cursor: pointer;
}
.dropdown-menu button:hover {
background-color: var(--body-bg);
color: white;
background: var(--select-bg);
color: #ffffff;
transform: scale(1);
}
.dropdown-menu button i,
.dropdown-menu button svg {
margin-right: 8px;
}
.dropdown-menu li:hover {
background: var(--btns-bg-color);
}
@@ -1183,32 +1203,11 @@ progress {
}
.whiteboard-header-options .dropdown-menu {
background: var(--body-bg);
border: none;
max-height: calc(var(--wb-height) * 1px);
overflow-y: auto;
}
.whiteboard-header-options .dropdown-menu button {
display: flex;
align-items: center;
justify-content: flex-start;
width: 160px;
font-size: 0.8em;
text-align: left;
padding: 8px 16px;
border: none;
background: none;
cursor: pointer;
}
.whiteboard-header-options .dropdown-menu button:hover {
background: var(--select-bg);
}
.whiteboard-header-options .dropdown-menu button i,
.whiteboard-header-options .dropdown-menu button svg {
margin-right: 8px;
}
.whiteboardColorPicker {