Perhaps a little basic question, but is it possible to style elements of a table by classname in JavaFX. So for example like this:
MyClassname .table-view .colum
Specify the full path to your class from root.
.root MyClassname .table-view .column-header .label { -fx-text-fill:#F00; }