* fix file-list style in firefox.

This commit is contained in:
Catouse
2018-05-15 17:38:21 +08:00
parent b95a4f625b
commit fdae598943
3 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<input type="text" name="labels[]" class="form-control file-editbox" placeholder="<?php echo $lang->file->title;?>">
<div class="input-group-btn">
<button type="button" class="btn btn-success file-name-confirm"><i class="icon icon-check"></i></button>
<button type="button" class="btn file-name-cancel"><i class="icon icon-close"></i></button>
<button type="button" class="btn btn-gray file-name-cancel"><i class="icon icon-close"></i></button>
</div>
</div>
<div class="file-input-normal input-group">
+14 -13
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long