Changing fontawesome Icon to rectangular shape at hover its parent button.

Issue #45 resolved
Lakshitha Kanchana created an issue

I'm using fontawesomefx-8.9 and I have set their font size to 15px using

.glyph-icon { -fx-font-size: 15px; } Then I have created some FontAwesomeIconViews and embed them in some Buttons(JavaFX).

The issue I had to face is changing fontswesome icons to a rectangle when hovering mouse over the button.

Do you mind if I asked for you to answer this at stack overflow.

Comments (6)

  1. userkplkanchana

    Nice, It's working! But it still causes the same isue if we added INLINE css as: -fx-font-size: 12px

  2. Log in to comment