浏览代码

HUE-7505 [fb] Add a visual hint (green) to the upload status bar when successfully uploaded, and same for failures

Enrico Berti 8 年之前
父节点
当前提交
00c834ac6b

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 13 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-qq-upload.less

@@ -155,4 +155,16 @@
 
 .qq-upload-fail .qq-upload-failed-text {
   display: inline;
-}
+}
+
+.qq-upload-fail {
+  .progress-row-bar {
+    background-color: @cui-red;
+  }
+}
+
+.qq-upload-success {
+  .progress-row-bar {
+    background-color: @cui-green;
+  }
+}

部分文件因为文件数量过多而无法显示