I made a CSS
.button{
-fx-pref-height: 28px;
-fx-pref-width: 100px;
}
and I want to add this particular CSS to all the scenes in my application. How am I suppose to so? Glad for any help.
To be accurate, I have a radio button in one scene and by clicking it I want all the buttons in different scenes present in my application changes according to this CSS.