[mirotalksfu] - refactoring

هذا الالتزام موجود في:
Miroslav Pejic
2021-09-05 15:42:54 +02:00
الأصل 4d7b57ccf6
التزام fc0f7e175d
6 ملفات معدلة مع 40 إضافات و21 حذوفات

عرض الملف

@@ -539,12 +539,8 @@ button:hover {
overflow: auto;
}
#roomParticipants ul {
text-align: justify;
list-style: inside;
}
#roomParticipants button {
background: transparent;
color: red;
border-radius: 5px;
}
@@ -553,6 +549,25 @@ button:hover {
border-radius: 5px;
}
#roomParticipants table {
border-collapse: collapse;
width: 100%;
}
#roomParticipants td,
#roomParticipants th {
/* border: 1px solid #444444; */
color: white;
text-align: left;
padding: 8px;
}
/*
#roomParticipants tr:nth-child(even) {
background-color: #000000;
}
*/
/*--------------------------------------------------------------
# Pulse class effect
--------------------------------------------------------------*/