To modify the ButtonGroup appearance, you need to override the default CSS of ButtonGroup component. Please find the list of CSS classes and its corresponding section in ButtonGroup. 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 ButtonGroup. |
.e-btn:hover | To customize the ButtonGroup on hover. |
.e-btn:focus | To customize the ButtonGroup on focus. |
.e-btn:active | To customize the ButtonGroup on active. |