We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FXForm defines CSS classes and IDs for most form components, so that they can be easily styled:
The default FXForm skin defines the following classes
.form-label { -fx-font-size: 20; } .form-editor { -fx-font-size: 20; } .form-title { -fx-font-size: 20; -fx-text-fill: dimgray; } .form-tooltip { -fx-font-size: 11; -fx-text-fill: gray; } .form-content-box { -fx-background-color : linear (0%,0%) to (0%,20%) stops (0%, rgba(225,225,225,1)) (100%, white); -fx-background-radius : 5, 5, 5, 5; -fx-border-color: linear (0%,0%) to (0%,20%) stops (0%, dimgray) (100%, white); -fx-border-radius: 5; }