Hi,
Please try to use code with full image path:
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
.visual-form-builder input[type="submit"] {
background-image: url('images/[email protected]');
background-repeat: no-repeat;
background-size: 6px 9px;
}
}
Hope that should work and let me know your feedback.
Thanks ๐
With Best Regards
Swift Ideas