Improved top bar

This commit is contained in:
DieGurke
2020-07-16 21:13:46 +02:00
parent c71c038317
commit a21a5c8588
4 changed files with 100 additions and 34 deletions

View File

@ -12,7 +12,7 @@
-fx-background-radius: 5em;
}
#bottomButton {
#roundButton {
-fx-background-radius: 5em;
}
@ -123,3 +123,7 @@
#infoLabel-error {
-fx-text-fill: red;
}
#transparentBackground {
-fx-background-color: transparent;
}

View File

@ -46,7 +46,7 @@
-fx-background-color: rgb(25, 25, 25);
}
#chatList {
#chatList, #topBar {
-fx-background-color: #303030;
}