[mirotalksfu] - UI imporvements

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-29 18:25:48 +02:00
الأصل 0fbf3a34d8
التزام 4a618211fd
6 ملفات معدلة مع 14 إضافات و8 حذوفات

عرض الملف

@@ -509,10 +509,10 @@ th {
}
#refreshVideoFiles {
float: right;
cursor: pointer;
border-radius: 5px;
background: var(--body-bg) !important;
border: var(--border);
background: var(--btns-bg-color) !important;
}
#refreshVideoFiles:hover {
background: var(--select-bg) !important;
@@ -532,6 +532,12 @@ th {
background: var(--btns-bg-color) !important;
}
#copyRtmpUrlButton {
height: 40px;
margin-left: 5px;
border: var(--border);
}
/*--------------------------------------------------------------
# Dropdown menu
--------------------------------------------------------------*/
@@ -992,7 +998,7 @@ th {
}
.swal2-timer-progress-bar-container {
background: #376df9;
background: var(--body-bg);
}
.img-about {

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.29
* @version 1.5.30
*
*/

عرض الملف

@@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.5.29
* @version 1.5.30
*
*/

عرض الملف

@@ -982,7 +982,7 @@ access to use this app.
<thead>
<tr>
<th>
Video Files: <i id="refreshVideoFiles" class="fa-solid fa-rotate"></i>
<i id="refreshVideoFiles" class="fa-solid fa-rotate"></i> Video Files:
</th>
</tr>
</thead>