With the Style option, you can add your own CSS inline styles to the input element.
The styles are applied differently depending on the element type. Mostly, the styles will be applied to the input fields (e.g. Numbers, Input, Subtotal).
Example:
1 |
color: #f00; border: #0f0 1px solid; |
If you’re looking to style the wrapper element, you should use the Wrapper_style option.