How to change the highlighting color in JavaFX? Usually it is blue with gradients, but I would like to have a green highlighting. I have tried the following:
.ro
Also you can use -fx-highlight-fill on text-area class selector.
-fx-highlight-fill
text-area
.text-area { -fx-highlight-fill: green; }