Jfoenix: JFXButton css -fx-rippler-fill not work

Created on 18 Mar 2016  路  3Comments  路  Source: sshahine/JFoenix

JFXButton ripple is always painted using -fx-text-fill .

Most helpful comment

@jfoenixadmin I used jfx-rippler-fill instead of fx and it is working for me.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Natreve picture Natreve  路  4Comments

caoyanfeng picture caoyanfeng  路  3Comments

riftshadow picture riftshadow  路  4Comments

SkaaRJik picture SkaaRJik  路  4Comments

imgx64 picture imgx64  路  5Comments