[mirotalksfu] - add File Sharing

هذا الالتزام موجود في:
Miroslav Pejic
2021-09-29 21:27:18 +02:00
الأصل d4199e59d8
التزام 4f98a26d08
6 ملفات معدلة مع 338 إضافات و0 حذوفات

عرض الملف

@@ -577,6 +577,40 @@ button:hover {
}
*/
/*--------------------------------------------------------------
# Send File
--------------------------------------------------------------*/
#sendFileDiv {
z-index: 7;
display: none;
padding: 10px;
margin: auto;
min-width: 320px;
background: var(--body-bg);
border-radius: 5px;
color: white;
overflow: hidden;
}
#sendAbortBtn {
padding: 5px;
border-radius: 5px;
color: white;
background: transparent;
}
#sendAbortBtn:hover {
color: rgb(255, 0, 0);
transform: var(--btns-hover-scale);
transition: all 0.3s ease-in-out;
}
progress {
width: 0;
min-width: 100%;
}
/*--------------------------------------------------------------
# Whiteboard
--------------------------------------------------------------*/