Fixed styleSheet mess regarding the Lists
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user