To modify the Button appearance, you need to override the default CSS of Button component. Please find the list of CSS classes and its corresponding section in Button component. Also, you have an option to create your own custom theme for all the JavaScript controls using our Theme Studio
.
CSS Class | Purpose of Class |
---|---|
.e-btn | To customize the button. |
.e-btn:hover | To customize the button on hover. |
.e-btn:focus | To customize the button on focus. |
.e-btn:active | To customize the button on active. |