sommeone knows how i can change the color of the text, after an User select a date? If possible achiev it only with css.
I have this colors:
input[type="date"]::-webkit-datetime-edit-text { color: #dbdbdb }
input[type="date"]::-webkit-datetime-edit-month-field { color: #dbdbdb; }
input[type="date"]::-webkit-datetime-edit-day-field { color: #dbdbdb; }
input[type="date"]::-webkit-datetime-edit-year-field { color: #dbdbdb; }
So, after the User choice a date, I wanna change this input text/placeholder color.