Jfoenix: How to change the color of the hamburger?

Created on 28 Mar 2017  路  6Comments  路  Source: sshahine/JFoenix

is there any option to change the color of the three bars of the hamburger-meue icon from black to white?

Question

Most helpful comment

But that's how you can change these bars.


Example:

image

Code:

.jfx-hamburger {
    -fx-background-color: lightgrey;
}

.jfx-hamburger StackPane {
    -fx-background-color: green;
}

All 6 comments

Yes, there is.

.jfx-hamburger StackPane { -fx-background-color: white; }

I want to change the color of the three bars, not the background. sorry if this was not clear.

But that's how you can change these bars.


Example:

image

Code:

.jfx-hamburger {
    -fx-background-color: lightgrey;
}

.jfx-hamburger StackPane {
    -fx-background-color: green;
}

@skmedix Sorry, I just can't read, you are totally right.

Any way to do it from Gluon SceneBuilder?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deme78 picture deme78  路  3Comments

MikeChav picture MikeChav  路  3Comments

DmitryZagr picture DmitryZagr  路  3Comments

caoyanfeng picture caoyanfeng  路  3Comments

evillatoro picture evillatoro  路  3Comments