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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user