Answers for "how to change the icon of html dateinput"

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 "how to change the icon of html dateinput"

Browse Popular Code Answers by Language