Added name displaying of groupMessages in groupChats

This commit is contained in:
DieGurke
2020-07-20 12:32:53 +02:00
parent 01f81fadac
commit 79a121b6b5
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;
}