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

com.dlsc.gemsfx.demo.notification.scene.css Maven / Gradle / Ivy

There is a newer version: 2.67.0
Show newest version
.background {
    -fx-background-image: url("wallpaper.jpg");
    -fx-background-repeat: no-repeat;
    -fx-background-size: cover;
}

.background .button-box {
    -fx-padding: 20px;
    -fx-background-color: rgba(0, 0, 0, .5);
    -fx-background-radius: 4px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy