Styles and Appearances

14 Nov 20221 minute to read

To modify the ButtonGroup appearance, you need to override the default CSS of ButtonGroup component. Find the list of CSS classes and its corresponding section in ButtonGroup. Also, you have an option to create your own custom theme for the 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.