Changing component style

You can change the appearance, layout, positioning, and visibility of elements. To achieve this task, create or update your custom .css files to include the styling constructs listed in this article.

To apply a style to an Adaptive Form, open the Adaptive Form in for editing, open properties of Adaptive Form conatiner, specify the path of custom CSS File in the basic tab. Defaut styling constructs of the Adaptive Form and overridden with the constructs listed in the custom .css file.

Components

The components discussed in this article have their predefined CSS classes. You can edit the variables to modify the styles in the CSS classes. Alternatively, you can rewrite the entire class. This section describes the classes within components and styles that you can modify using variables.

Container styling

A container is the top-level component. Other panels and fields lie under the container component.

CSS classguideContainerNode
Variables DescriptionVariables Description
container-bgColorBackground color of the container
container-paddingPadding for the container
container-marginMargin for the container
container-fontColorFont color for the container