For some reason no matter what I do to style the progress bar it is always green.
I have no problems styling anything else with an external style sheet but progress bars are either default grey (if I do nothing) or green if I add any styling at all.
Bug or some secret knowledge?
Cheers
My stylesheet looks like this (this hex color is red):
.progbar {
background-color:#e03c2f ;
color:#e03c2f ;
}