I am trying to change the color of the progress-bar found on the JFoenix's library (http://www.jfoenix.com). I'm using Java and JavaFX, here is my sample css:
.progress-bar {
-fx-accent: #4059a9;}
It should work, but instead it disables the color.
With css enabled:
With css disabled (default color showing):