Appearance
The Telerik and Kendo UI Appearance Utilities are CSS utility classes that enable you to remove the native browser styles.
Utility Class | CSS Property |
---|---|
.k-appearance-none | appearance: none; |
.k-appearance-auto | appearance: auto; |
Without Native Styles
Use the k-appearance-none
utility to remove the native browser styles from an element.
With Native Styles
Use the k-appearance-auto
utility to keep the native browser styles on an element.