I'm using the 1.7.0 version of jfoenix, but i can't change the color of the Tabs Selection Bar :(
Everything works except changing the Tabs Selection Car color. Can anyone help me with this.
Here is the code i'm using:
.jfx-tab-pane
{
-fx-padding: 1px;
-fx-background-color: blue, -fx-control-inner-background;
-fx-background-insets: 0, 1;
}
.jfx-tab-pane .headers-region
{
-fx-background-color: cornflowerblue;
}
.jfx-tab-pane .tab-header-background
{
-fx-background-color: cornflowerblue;
}
.jfx-tab-pane .tab-header-area .jfx-rippler
{
-jfx-rippler-fill: orange;
}
.jfx-tab-pane .tab-header-area .tab-selected-line
{
-fx-stroke: red;
}
Many thanks.