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

com.dooapp.fxform.style.css Maven / Gradle / Ivy

.form-label {
    -fx-font-size: 14;
    -fx-text-fill: dimgray;
}

.form-editor {
    -fx-font-size: 16;
}

.form-editor-invalid {
    -fx-text-fill: red;
}

.form-label-invalid {
    -fx-font-weight: bold;
}

.form-editor-warning {
    -fx-text-fill: orange;
}

.form-title {
    -fx-font-size: 20;
    -fx-text-fill: dimgray;
}

.form-tooltip {
    -fx-font-size: 11;
}

.form-tooltip Text {
    -fx-fill: gray;
}

.form-content-box {
    -fx-background-color : linear-gradient(from 0% 0% to 0% 20%, rgba(225,225,225,1) 0%, white 100%);
    -fx-background-radius : 5, 5, 5, 5;
    -fx-border-color: linear-gradient(from 0% 0% to 0% 20%, dimgray 0%, white 100%);
    -fx-border-radius: 5;
}

/**
 * Line paper from subtlepatterns.com by Are Sundnes
 */
#fxml-root {
    -fx-background-image: url("lined_paper.png");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy