答案 0 :(得分:0)
在外部CSS文件中尝试以下操作:
.tab-pane > .tab-header-area > .headers-region > .tab {
-fx-background-insets: 0 ;
-fx-background-radius:0;
}
.tab-pane > .tab-header-area > .headers-region > .tab {
-fx-background-color: -fx-body-color; /* or your own chosen color: this is default */
}
您可以通过从modena.css
文件(在JDK的jfxrt.jar
文件夹中)中提取jre/lib/ext
文件来找到默认的CSS设置:modena.css
位于com/sun/javafx/scene/control/skin/modena
},或浏览源代码(撰写here时的当前版本)。