Hi,
i am using <input type="color"> to let a user pick a color. This HTML5 input type comes with a nice color picker with an eye dropper, color well and text input fields (RGB etc.).
I would like to hide the eye dropper icon. How could i achieve this? I haven't found any way to style the color picker via CSS or such.
Thanks for any ideas, hints or workarounds!