2

How can I change the CSS style of progress upload bars and backgrounds in uploadify?

Pops
  • 30,199
  • 37
  • 136
  • 151
Jay
  • 10,831
  • 9
  • 26
  • 33

1 Answers1

3

Have you tried messing with the styles? Like so:

.uploadifyProgressBar {
  background-color: #ccc;
}
curv
  • 3,796
  • 4
  • 33
  • 48