0

Is it possible to change the colour of the upload bar of bluimp's jQueryUI file uploader? The default is an orange and I want to change it to light-blue but in the docs there is no documentation for the progress bar styling.

4

1 回答 1

1

的,可以更改 bluimp 的 jQueryUI 文件上传器的上传栏的颜色,以实现用户所需/自定义的颜色,我们必须修改您可以在 img 文件夹中找到的 progressbar.gif 图像。

查看你的css以获取progress.gif图像的路径它看起来像

   .progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}

如果它对你不起作用,请告诉我。我会帮你 :)

于 2013-07-24T13:49:19.380 回答