org.controlsfx.samples.world.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!
.world-map .country1 {
-fx-fill: orange;
}
.world-map .country2 {
-fx-fill: blue;
}
.world-map .country3 {
-fx-fill: green;
}
.world-map .country4 {
-fx-fill: blueviolet;
}
.world-map .country5 {
-fx-fill: brown;
}
.world-map .country6 {
-fx-fill: darkslategrey;
}
.world-map .country7 {
-fx-fill: darkkhaki;
}
.world-map .country8 {
-fx-fill: lightcoral;
}