fixed icon size
This commit is contained in:
parent
20b177d121
commit
f8f65bf5a1
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue