I'm trying to change the selected date text-color.
<fx:Style>
.dateChooser{
selection-color:#000000;
}
</fx:Style>`
I changed my selected date (FEB 23) selection-color to black, but I also need to change the text-color, let's say to white.
Any ideas?
You can checkout the colorful datechooser here .