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

gui.splash.splash.css Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
.label.splash-error-label {
    -fx-padding: .25em;
}

.error-box {
	-fx-padding: 1em;
    -fx-border-width: 1px;
    -fx-border-color: #dddddd;
    -fx-background-color: #f6f6f6;
}

.error-box .label {
    -fx-font-size: 12px;
}
.error-box .button {
    -fx-font-size: 12px;
    -fx-faint-focus-color: transparent;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy