Category / Section
How to change loading indicator color?
Published:
Bold BI has provided the custom theme support using CSS3 variable starting from the version 5.3 to customize the appearance of the BoldBI application. This article explains how to change the loading indicator color.
CSS3 variables for changing the loading indicator color :
To change the loading indicator color, you need assign value for the below mentioned CSS variable in your custom CSS file. To know how to use custom theme in Bold BI, refer to this link.
--primary-branding-color
--primary-branding-border-color
For example, we have assigned #3cbab2 color for the CSS variable to change the loading indicator color.
--primary-branding-color : #3cbab2;
--primary-branding-border-color: var(--primary-branding-color);