Forms Style Sheet

A form style sheet is used to change the style for a single form definition. Style definitions are based on CSS web standard compatible Sass language. Sass content is automatically compiled into CSS before the form is rendered.

For example, you can enter the following style sheet to change the row content label colors to red color.

.ui-rowcontent { .ui-rowcontent-label { color:red; } }





Copyright © 2010 - 2023 Emakin. All rights reserved.