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

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

There is a newer version: 9.0-r1
Show newest version
#NumberField {
    -fx-border-width: 1;
    -fx-border-color: derive(-fx-base,-30%);
    -fx-background-insets:1;
    -fx-background-radius: 10 0 0 0;
    -fx-border-radius:10 0 0 0;
}
#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 0 10 0;
}
#SpinnerButtonUp {
    -fx-background-insets: 0;
    -fx-background-radius:0 0 0 0;
}
#SpinnerButtonDown {
    -fx-background-insets: 0;
    -fx-background-radius:0 0 10 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy