Having trouble getting help?
Contact Support
Contact Support
Style and appearance in Vue Progress button component
27 Feb 20231 minute to read
To modify the ProgressButton appearance, you need to override the default CSS of ProgressButton component. Please find the list of CSS classes and its corresponding section in ProgressButton. Also, you have an option to create your own custom theme for the controls using our Theme Studio
.
CSS Class | Purpose of Class | |
---|---|---|
.e-progress-btn | To customize the progress button | |
.e-progress-btn:hover | To customize the progress button on hover | |
.e-progress-btn:focus | To customize the progress button on focus | |
.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle | To customize the progress button spinner |