I have integrated a color picker jquery plugin on my website to allow users to pick colors from an image. I made a modification in the CSS to change the cursor to an eyedropper icon. However, currently when clicking on the image, the color pointed by the upper part of the cursor is being picked. As the cursor is an eyedropper, I actually need to use its lower part to select colors. Can someone assist me with this issue?
Below is the cursor that I am using:
Thank you