Search code examples
cssprogress-baruploadify

How to change progress bar style of uploadify


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


Solution

  • Have you tried messing with the styles? Like so:

    .uploadifyProgressBar {
      background-color: #ccc;
    }