All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jfxtras.labs.scene.control.NumberSpinnerRounded.css Maven / Gradle / Ivy

The newest version!
#NumberField {
    -fx-border-width: 1;
    -fx-border-color: derive(-fx-base,-30%);
    -fx-background-insets:1;
    -fx-border-radius:3 0 0 3;
}

#NumberSpinnerArrow {
    -fx-fill: derive(-fx-base,80%);
    -fx-stroke: derive(-fx-base,80%);
}
#ButtonsBox {
    -fx-border-color:derive(-fx-base,-30%);
    -fx-border-width: 1 1 1 0;
    -fx-border-radius: 0 3 3 0;
}
#SpinnerButtonUp {
    -fx-background-insets: 0;
    -fx-background-radius:0 3 0 0;
}
#SpinnerButtonDown {
    -fx-background-insets: 0;
    -fx-background-radius:0 0 3 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy