com.dua3.fx.controls.about.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fx-controls Show documentation
Show all versions of fx-controls Show documentation
JavaFX utilities (controls)
The newest version!
#dialog {
-fx-background-color: #fff;
-fx-min-width: 400px;
-fx-spacing: 4px;
}
#title {
-fx-alignment: "CENTER";
-fx-content-display: "CENTER";
-fx-font-family: "System Font";
-fx-font-size: 64px;
}
#version,
#copyright,
#mail {
-fx-alignment: "CENTER";
-fx-content-display: "CENTER";
-fx-max-width: "Infinity";
}