Jfoenix: Css reference

Created on 16 Mar 2016  路  4Comments  路  Source: sshahine/JFoenix

Hi again, where can I find a reference to the css attributes that you use to customize javafx? I'm finding it difficult to format elements the same way they are presented on the website.

Most helpful comment

check Scenic View it will help you to find the css style for each node in the scene.

All 4 comments

check Scenic View it will help you to find the css style for each node in the scene.

Thanks, can I have the tab background css too? I can't seem to change it from it's default blue

you can use the following css style:

.jfx-tab-pane .tab-header-background{
    -fx-background-color:RED;
}

Hello! can you please tell me how do i create a menu button with jfoenix style?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TioCoding picture TioCoding  路  5Comments

swftvsn picture swftvsn  路  3Comments

goxr3plus picture goxr3plus  路  3Comments

rickyzhangca picture rickyzhangca  路  4Comments

imgx64 picture imgx64  路  5Comments