2024-06-11, 12:58 AM
Ok, so here it is....
To change the color of the in-progress bars in the homepage:
The above CSS code will not cause issues with this theme on the dashboard's in-progress bars, but if it does (ex: in another theme), you'll need this too:
To change the color of the in-progress bars in the homepage:
Code:
/*This affects the progress bar found on videos overlays & the admin dashboard user playback report bars.*/
.itemProgressBarForeground { background-color: rgba(0,200,0,1) !important; }
The above CSS code will not cause issues with this theme on the dashboard's in-progress bars, but if it does (ex: in another theme), you'll need this too:
Code:
/*This will keep the color of the dashboard's in-progress bar at the default gray color.*/
.backgroundProgress>div { background-color: rgba(48,48,48,1) !important; }