Skip to content
Snippets Groups Projects
Commit 18d00e0b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Minor UI improvements

parent a2acde3e
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ form.upload ...@@ -116,7 +116,7 @@ form.upload
background: #FFD54F background: #FFD54F
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
input input[type=submit]
display: none display: none
.images .images
......
...@@ -20,8 +20,10 @@ ...@@ -20,8 +20,10 @@
{{end}} {{end}}
{{end}} {{end}}
<form class="upload" action="/upload/" method="POST" enctype="multipart/form-data"> <form class="upload" action="/upload/" method="POST" enctype="multipart/form-data">
<input type="file" name="file" accept=".jpg,.jpeg,.png,.gif,.apng,.tiff,.tif,.bmp,.webp,.mp4,.mov" multiple/> <label>
<label for="file">Select Files</label> <span class="text">Select Files</span>
<input type="file" name="file" accept=".jpg,.jpeg,.png,.gif,.apng,.tiff,.tif,.bmp,.webp,.mp4,.mov" multiple/>
</label>
<input type="submit" value="Upload"/> <input type="submit" value="Upload"/>
<p class="upload-label">Uploading…</p> <p class="upload-label">Uploading…</p>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment