开发者

How to change progress bar style of uploadify

开发者 https://www.devze.com 2023-02-12 00:37 出处:网络
How can I change the CSS style of progr开发者_Go百科ess upload bars and backgrounds in uploadify?Have you tried messing with the styles? Like so:

How can I change the CSS style of progr开发者_Go百科ess upload bars and backgrounds in uploadify?


Have you tried messing with the styles? Like so:

.uploadifyProgressBar {
  background-color: #ccc;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消