JFXButton ripple is always painted using -fx-text-fill .
Note that in oder to user the css property -fx-rippler-fill, you need to specify the rippler css class.
for example:
.jfx-button .jfx-rippler{
-fx-rippler-fill:RED;
}
@jfoenixadmin I used jfx-rippler-fill instead of fx and it is working for me.
for me too works withjfx-rippler-fill
Most helpful comment
@jfoenixadmin I used
jfx-rippler-fillinstead offxand it is working for me.