@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.visual-form-builder input[type="submit"] {
background-image: url('images/[email protected]');
background-repeat: no-repeat;
background-size: 6px 9px;
}
}
I have copied from flexform original theme css.