With the Wrapper_style option, you can add your own CSS inline styles to the input wrapper element. The wrapper is the “surrounding box” of an element.
Example:
1 |
color: #f00; border: #0f0 1px solid; |
If you’re looking to style the input element, you should use the Style option.