Style form-upload-progress-bar when uploading
Had the same green hue for completed/uploading, which made it confusing.
This commit is contained in:
@@ -765,6 +765,9 @@ label, label.control-label
|
|||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
|
||||||
.form-upload-progress-bar
|
.form-upload-progress-bar
|
||||||
|
&.progress-uploading
|
||||||
|
background-color: hsl(hue($color-success), 80%, 65%) !important
|
||||||
|
|
||||||
&.progress-processing
|
&.progress-processing
|
||||||
+stripes($color-success, lighten($color-success, 15%), -45deg, 25px)
|
+stripes($color-success, lighten($color-success, 15%), -45deg, 25px)
|
||||||
+stripes-animate
|
+stripes-animate
|
||||||
|
Reference in New Issue
Block a user