Is it possible to specify only one (or several) value for padding using CSS in JavaFX without having to set values for all sides individually?
I have gone through the documentation available here, and it seems that I can either set a value for all four sides of padding or specify a different value for each side.
Can I just set my top padding and have the rest inherit that same value? The same question goes for borders as well.