Today I downloaded the JFXtras, but I can't find any information about css stylings for the jfxtras elements. E.g. I would like to know how to style a ListSpinner. I just found this for the value text of the spinner:
.ListSpinner .value {
-fx-font-weight: bold;
}
How can I style the rest? Or does a list with possible css "commands" exist somewhere?
greetings