
input::-webkit-calendar-picker-indicator {
	display: none;/* remove default arrow */
}

.myarrow:after { /* > datalist { */
	content: url(https://i.sstatic.net/i9WFO.png);
	margin-left: -20px; 
	padding: .1em;
	pointer-events:none;
}