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

org.controlsfx.control.maskerpane.css Maven / Gradle / Ivy

Go to download

High quality UI controls and other tools to complement the core JavaFX distribution

There is a newer version: 11.2.1
Show newest version
.masker-pane {}

.masker-pane .masker-glass {
    -fx-background-color: rgba(0, 0, 0, .3);
}

.masker-pane .masker-text {
    -fx-text-fill: white;
    -fx-font-weight: bold;
}

.masker-pane .masker-center {
    -fx-background-color: rgba(0, 0, 0, .6);
    -fx-max-height: 1.50in;
    -fx-padding: .25in;
    -fx-background-radius: .1in;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy