Forráskód Böngészése

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

Enrico Berti 8 éve
szülő
commit
00c834a

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 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;
+  }
+}

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott