I got progressbar, but it doesn't change color in chrome. Here is a code:
progress.xp::-webkit-progress-value:{
background: #66CC33;
}
I looked up for it and it seems like its ok but it doesn't work.
Maybe I cant use class in this kind of code? or in some another way?