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.
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?
Most helpful comment
check Scenic View it will help you to find the css style for each node in the scene.