I have 10 buttons and each button has its own background image.I want to set top and bottom padding to each image.I have tried below code but it doesn't work.
#15{
-fx-background-image: url("drawer.png");
-fx-padding-top: 10px;
-fx-padding-top: 10px;
}