form controls cleaning

This commit is contained in:
codecalm
2020-01-29 22:22:44 +01:00
parent df6748c85a
commit 0413383eaf
31 changed files with 53 additions and 52 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="form-file">
<input type="file" class="form-file-input" id="customFile">
<label class="form-file-label" for="customFile">
<span class="form-file-text">Choose file...</span>
<span class="form-file-button">Browse</span>
</label>
</div>