Improved top bar
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -46,7 +46,7 @@
|
||||
-fx-background-color: rgb(25, 25, 25);
|
||||
}
|
||||
|
||||
#chatList {
|
||||
#chatList, #topBar {
|
||||
-fx-background-color: #303030;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user