I am trying to customize the font style of the CalendarTimeTextField Popup control using a CSS File.
Unfortunately, the CSS code I tried to use didn't have the desired effect:
.CalendarTimeTextFieldSkin_popup {
-fx-text-fill: white;
-fx-font-style: italic;
}
Although I was able to change the font style, I couldn't change the text color as intended.
Thank you for your assistance. GGK