org.controlsfx.samples.validation.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of controlsfx-samples Show documentation
Show all versions of controlsfx-samples Show documentation
High quality UI controls and other tools to complement the core JavaFX distribution
The newest version!
.error {
-fx-effect: dropshadow(three-pass-box, darkred, 7, 0, 0, 0);
}
.warning {
-fx-effect: dropshadow(three-pass-box, gold, 14, 0, 0, 0);
}
.info {
-fx-effect: dropshadow(three-pass-box, skyblue, 14, 0, 0, 0);
}