Added name displaying of groupMessages in groupChats

This commit is contained in:
DieGurke
2020-07-20 12:32:53 +02:00
parent 2db5e4e85b
commit aad31872fd
3 changed files with 29 additions and 1 deletions

View File

@ -53,3 +53,8 @@
#messageEnterContainer {
-fx-background-color: #363636;
}
.groupMemberNames {
-fx-text-fill: rgb(105.0,0.0,153.0);
-fx-font-weight: bold;
}