我正在尝试设置菜单项,但到目前为止还不成功。
我在css下面试过,但没有。有人可以帮忙吗?
.menu-bar .menu:openvertically .arrow-button .arrow{
-fx-background-color:red;
}
我不明白如何访问MenuBar的孩子。
但我可以使用下面的CSS更改菜单。
.menu-bar .menu:openvertically .label{
-fx-text-fill: orange;
-fx-padding: 5 0 0 20;
-fx-font-size: 18pt;
}
谢谢!