If I change the color of the button:
CSSUtils.SetBackgroundColor(btn,fx.Colors.ARGB(127,0,255,0))
The button is simply filled with one color. There is no gradient, when you hover over it with the mouse and when pressed, the button does not change color.
How to change the color, but at the same time that the remaining properties remain?