[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-06 00:45:21 +02:00
الأصل 96036a3c74
التزام 0ebe5ab261

عرض الملف

@@ -191,28 +191,24 @@
min-width: 36px; min-width: 36px;
min-height: 36px; min-height: 36px;
color: #fff; color: #fff;
background: #000000; background: var(--body-bg);
border-radius: 10px; border-radius: 10px;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
border: none; border: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition: transition:
background 0.2s, background 0.2s,
color 0.2s,
box-shadow 0.2s,
transform 0.1s; transform 0.1s;
outline: none; outline: none;
cursor: pointer; cursor: pointer;
margin: 0 2px;
} }
.videoMenuBar button:hover, .videoMenuBar button:hover,
.videoAvatarMenuBar button:hover, .videoAvatarMenuBar button:hover,
.videoMenuBarShare button:hover { .videoMenuBarShare button:hover {
color: #fff; color: #fff;
background: var(--body-bg); background: var(--btns-bg-color);
box-shadow: 0 4px 16px rgba(58, 139, 253, 0.15); box-shadow: 0 4px 16px rgba(58, 139, 253, 0.15);
} }
@@ -315,7 +311,7 @@
padding: 0 10px; padding: 0 10px;
font-size: 15px; font-size: 15px;
color: #fff; color: #fff;
background: #000000; background: var(--body-bg);
min-width: 42px; min-width: 42px;
min-height: 42px; min-height: 42px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
@@ -342,7 +338,7 @@
/* Hover & Active Effects */ /* Hover & Active Effects */
.expand-video-content .button-group button:hover { .expand-video-content .button-group button:hover {
background: var(--body-bg); background: var(--btns-bg-color);
transform: scale(1.05); transform: scale(1.05);
} }