Highlight talking user

This commit is contained in:
2021-01-23 20:56:07 +01:00
parent 393da5beaf
commit e5c4a87a4f
2 changed files with 15 additions and 2 deletions

View File

@ -98,6 +98,11 @@
color: rgb(1, 218, 1);
}
.call-window .members-area span.talking {
font-weight: bold;
text-decoration: underline;
}
.call-window .messages-area {
color: white;
margin: 1px 10px;