Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Changes from previous version

font-size

The "margin" css property should be changed with the "padding" property.

...

Code Block
.label {
	font-size: 15pt;
}


.textfield {
	font-size: 26px;
}

styleClass precedence over default servoy selectors (.svy-field, .svy-combobox, .svy-textfield, etc...)

In NGClient it is recomended that style classes that are used in the styleClass property of form elements should be added at the end of the css file. This way, if a style class (named myTextfield) has properties that override properties from .svy-textfield, then setting that class as the styleClass property will have the expected outcome. This is because myTextfield is located after .svy-textfield in the css file.