Преглед на файлове

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;
+  }
+}

Някои файлове не бяха показани, защото твърде много файлове са промени