Styles and Appearances in Blazor ProgressButton Component
14 Nov 20221 minute to read
To modify the ProgressButton appearance, you need to override the default CSS of ProgressButton component. 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. |