[mirotalksfu] - improve button UI

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-04 21:51:38 +02:00
الأصل af6c257913
التزام 99687807ab
2 ملفات معدلة مع 14 إضافات و7 حذوفات

عرض الملف

@@ -346,6 +346,19 @@ body {
max-height: 400px;
}
#applyAudioOptionsButton {
background: #2632ff;
width: 180px;
padding: 10px;
margin-left: 10px;
font-size: 1rem;
transition: 0.3s;
}
#applyAudioOptionsButton:hover {
background: var(--select-bg);
transform: scale(0.95);
}
/*--------------------------------------------------------------
# Settings Table
--------------------------------------------------------------*/

عرض الملف

@@ -592,14 +592,8 @@ access to use this app.
</div>
</td>
</tr>
<tr>
<td>
<button class="btn btn-primary" id="applyAudioOptionsButton">
Apply options
</button>
</td>
</tr>
</table>
<button id="applyAudioOptionsButton">Apply options</button>
</div>
</div>
<div id="speakerSelectDiv">