I wanted to customize the html5 datepicker, type=date
, and change the picker color to red, date hover color to red, and arrows which is used to change calendar months to blue. I do not want to use any third party to achieve this, but only plain css. Is there any way to do it?
I could not try out anything much, as not able to figure out the webkit
properties for the type=date
field.
Note: It is not similar to Are there any style options for the HTML5 Date picker? , as what I am specifically is looking for is not to style the field, but the calendar fields, like the dates, calendar arrows, etc.
input[type=date] {
// style??
}
<input type="date" />