How to change jfoenix tabbedpane default header color? jFoenix TabbedPane Header
Only tabs color changes. Colored Tabs
You can do it using css:
.tab{ -fx-background-color:red; } .tab-header-background{ -fx-background-color:red; }
So far this is all i can do for you. If you have any questions ask them.
You can do it using css:
So far this is all i can do for you. If you have any questions ask them.