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

org.controlsfx.samples.validation.css Maven / Gradle / Ivy

.error {
    -fx-effect: dropshadow(three-pass-box, darkred, 7, 0, 0, 0);
}

.warning {
    -fx-effect: dropshadow(three-pass-box, gold, 14, 0, 0, 0);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy