Answers for "css change the color of date icon on input"

CSS
3

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 "css change the color of date icon on input"

Browse Popular Code Answers by Language