date picker calendar html5 change css blue code example
Example: input date icon color change
// in chrome this works
::-webkit-calendar-picker-indicator {
filter: invert(1);
}
// in chrome this works
::-webkit-calendar-picker-indicator {
filter: invert(1);
}