更改Jfoenix TabbedPane标题颜色

时间:2017-09-13 19:45:58

标签: java css javafx jfoenix

如何更改jfoenix tabbedpane默认标题颜色? jFoenix TabbedPane Header

仅标签颜色更改。 Colored Tabs

1 个答案:

答案 0 :(得分:1)

你可以使用css:

来做到这一点
.tab{
-fx-background-color:red;
}

.tab-header-background{
-fx-background-color:red;
}

到目前为止,这是我能为你做的一切。如果您有任何问题,请询问他们。