Hi all
How can i change this color blue to red?
I have try with css
but this change only the background and now the selected rows like this image, how can i change this blue effect to red?
How can i change this color blue to red?
I have try with css
HTML:
.list-view {
-fx-font: bold 16pt "Comic Sans MS";
-fx-background-color: red;
}
.list-view:focused {
-fx-background-color: red;
}
.list-cell {
-fx-background-color: red;
}
but this change only the background and now the selected rows like this image, how can i change this blue effect to red?