I have an element (input) that has this code to give it a background on a small area (like a badge)
jQuery(this).css("background", "url(data:image/png;base64,<BASE64_ENCODED_DATA>) 99% 50% no-repeat scroll rgb(231, 248, 231)");
I want to make it so that when you hover the background the cursor will change to a pointer. Thank you