Selected items will now be visually displayed

This commit is contained in:
delvh 2020-06-21 17:36:08 +02:00
parent bb81ec6042
commit 43d7f33ca0
3 changed files with 11 additions and 3 deletions

View File

@ -7,6 +7,10 @@
-fx-scale-y: 1.05;
}
.label {
-fx-background-color: transparent;
}
#remainingCharsLabel {
-fx-text-fill: #00FF00;
-fx-opacity: 1;
@ -27,4 +31,4 @@
.offline {
-fx-text-fill: gray;
}
}

View File

@ -18,10 +18,14 @@
-fx-background-color: lightgray;
}
.list-view, .list-cell, .label, .text-area .content, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content {
.list-view, .list-cell, .text-area .content, .text-field, .password-field, .tooltip, .pane, .pane .content, .vbox, .titled-pane > .title, .titled-pane > *.content {
-fx-background-color: dimgray;
}
.list-cell:selected {
-fx-background-color:rgb(105.0,0.0,153.0) ;
}
.alert.information.dialog-pane, .alert.warning.dialog-pane, .alert.error.dialog-pane {
-fx-background-color: black;
}

View File

@ -1,3 +1,3 @@
.button{
.button, .list-cell:selected{
-fx-background-color: orangered;
}