Fixed styleSheet mess regarding the Lists

This commit is contained in:
DieGurke
2020-07-16 19:07:27 +02:00
parent bf499da97d
commit c71c038317
5 changed files with 21 additions and 6 deletions

View File

@ -18,7 +18,7 @@
-fx-background-color: lightgray;
}
.list-view, .list-cell, #messageEnterContainer, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content, .context-menu, .menu-item {
#messageList, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content, .context-menu, .menu-item {
-fx-background-color: #262626;
}
@ -46,3 +46,14 @@
-fx-background-color: rgb(25, 25, 25);
}
#chatList {
-fx-background-color: #303030;
}
.listElement {
-fx-background-color: transparent;
}
#messageEnterContainer {
-fx-background-color: #363636;
}