css: clean up file upload widget css.

* Standardize the upload widget background colors (light green for success,
  light red for error).
* Move the progress bar to the bottom of the upload widget.
* Change the progress bar color to blue.
* Hide the "drag and drop a file here" message after a file has
  already been uploaded.
This commit is contained in:
evazion
2019-09-17 00:28:41 -05:00
parent e3406d1bc7
commit 852c1cbb7c
3 changed files with 20 additions and 27 deletions

View File

@@ -36,7 +36,7 @@
</div>
<div class="input" id="filedropzone">
<div class="placeholder"><span>Drag and drop a file here</span></div>
<div class="placeholder">Click or drag and drop to upload a file</div>
</div>
<div class="input">