gpt4 book ai didi

java - 在 css 中更改 TabPane 的顶部颜色

转载 作者:行者123 更新时间:2023-12-01 10:51:11 25 4
gpt4 key购买 nike

我无法更改 JavaFx css 中 tabPane 顶部的颜色。图像中的详细信息

image

我试过了

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

还有

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

但没有积极的结果。

最佳答案

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

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

关于java - 在 css 中更改 TabPane 的顶部颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33892780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com