fixed icon size

This commit is contained in:
Daniel Cebrian 2023-03-16 17:26:48 +01:00
parent 20b177d121
commit f8f65bf5a1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ $(document).ready(function() {
`<input type="file" accept="image/png,image/jpeg,image/gif" class="input-file" name="file_${numberImages}" onchange="checkImage(this)"/>` `<input type="file" accept="image/png,image/jpeg,image/gif" class="input-file" name="file_${numberImages}" onchange="checkImage(this)"/>`
); );
$(div_image).append( $(div_image).append(
`<input type="image" src="images/delete.svg" onclick="removeInputImage(this);" class="remove-image" value="-"/>` `<input type="image" src="images/delete.svg" onclick="removeInputImage(this);" class="remove-image main_menu_icon" value="-"/>`
); );
$("#inputs_images").append(div_image); $("#inputs_images").append(div_image);
}); });