I am trying to add custom css styling to the JavaFX ProgressBar component but I couldn\'t find any information on the topic. I am looking for the css class names and the css
css file:
.green-bar { -fx-accent: #27BB9A; }
assign this class to the progressbar