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.