Selected items will now be visually displayed
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,3 @@
 | 
			
		||||
.button{
 | 
			
		||||
.button, .list-cell:selected{
 | 
			
		||||
	-fx-background-color: orangered;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user