Answers for "input type date calendar icon change"

CSS
1

input date icon color change

// in chrome this works
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
Posted by: Guest on August-13-2020

Code answers related to "input type date calendar icon change"

Browse Popular Code Answers by Language