Implemented nice UI

This commit is contained in:
DieGurke
2020-07-11 10:40:42 +02:00
parent 70da595a49
commit d675349c71
3 changed files with 28 additions and 12 deletions

View File

@ -58,6 +58,13 @@
-fx-text-alignment: left;
}
.unreadMessagesAmount {
-fx-alignment: center;
-fx-background-color: orange;
-fx-background-radius: 4.0em;
-fx-text-alignment: center;
}
#remainingCharsLabel {
-fx-text-fill: #00FF00;
-fx-background-color: transparent;