I'm trying to utilize a RadProgressArea to keep track of a task's progress on my ASP page. I have a relatively simple setup that is functioning fine. However, the actual progress bar is appearing as a white bar on a white background, which is different from any other demo I've come across. I've gone through the properties and style options, but there doesn't seem to be any way to specifically set the color of the progress bar. Is there a way to change it to, say, blue? Here's what I'm currently working with.
<
Telerik:RadAjaxPanel
runat
=
"server"
>
<
Telerik:RadProgressArea
ID
=
"rpaProgress"
runat
=
"server"
ProgressIndicators
=
"TotalProgress,TotalProgressBar,TotalProgressPercent"
></
Telerik:RadProgressArea
>
</
Telerik:RadAjaxPanel
>