【问题标题】:Change the top color of a TabPane in css在 CSS 中更改 TabPane 的顶部颜色
【发布时间】:2015-11-24 11:43:52
【问题描述】:

我未能更改 JavaFx css.Details in image 中 tabPane 顶部的颜色

我试过了

#myTabPane .tab-header-area{
      -fx-background-color: white;
}

#myTabPane{
      -fx-background-color: white;
}

但没有积极的结果。

【问题讨论】:

标签: java javafx java-8 javafx-2 javafx-8


【解决方案1】:

尝试设置tab-header-background的背景颜色。例如:

.tab-pane>*.tab-header-area>*.tab-header-background 
{
   -fx-background-color: -fx-outer-border, -fx-text-box-border, white;
}

【讨论】:

    猜你喜欢
    • 2017-09-19
    • 2015-04-10
    • 2017-03-08
    • 2020-12-04
    • 2015-07-13
    • 1970-01-01
    • 2016-06-28
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多