1

jfoenix の 1.7.0 バージョンを使用していますが、タブ選択バーの色を変更できません :(

タブ選択カーの色を変更する以外はすべて機能します。誰でもこれで私を助けることができますか?

ここに私が使用しているコードがあります:

.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;
}

どうもありがとう。

4

2 に答える 2