I've been trying to add color to the inside of the progress bar using the code below:
progress::-webkit-progress-bar-value {
background-color:-webkit-gradient(linear,left bottom ,left top,from(#C6E6E6),to(#D1E4E6)) ;
}
Unfortunately, the gradients aren't working and only solid colors are appearing.