0

我想使用 CSS 文件设置 CalendarTimeTextField Popup 控件的字体样式。

以下条目对我不起作用:

.CalendarTimeTextFieldSkin_popup {
     -fx-text-fill: white;
     -fx-font-style: italic;
 } 

设置字体类型有效,更改文本颜色无效。

谢谢你支持我GGK

4

1 回答 1

0

文本使用文本节点 ( https://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html#text )呈现,因此请使用 -fx-fill 和/或 -fx -中风。

于 2018-04-17T08:12:55.363 回答