I am having some difficulty styling the HTML 5 Date input in Chrome.
Using mark up such as
I've managed to work around it for now using a CSS filter to invert the black color to white
::-webkit-calendar-picker-indicator { filter: invert(1); }
However this feels quite fragile and far from ideal.