I want to change the color of indeterminate progress bar of Kendo from gray to light blue somewhat like shown in image below :
One more thing I would Like to add a custom label to the progress bar like
Please find the code below:
<div style="top:50%; left:50%">
<div style="width: 180px; height: 20px; " id="progressbar"></div>
</div>
<script>
var passProgress = $("#progressbar").kendoProgressBar({
value: false,
width: 100,
height: 20
});
</script>
I am not so good with CSS. I have checked out some styles but that are for progress bar with some definite values. For indeterminate could not find any.


first of all what you are using for making progress bar . Like if you are using w3.css progress bar on w3 school progress bar then it's pretty simple
for more help can you please update your question with current html and css code you are using so that we can help you with your particular bar only
and if you are flexible in changing your bar then you can use this link
progress bar code
EDIT if you are not adamant using Kendo You can use bootstrap it will solve your problem the code goes like this