标签: html5 forms css3 input
我正在尝试将自定义样式添加到输入类型文本的清除按钮上,但是除了'display:none'之外,它没有采用其他样式。因此可以从输入中更改清除按钮的样式吗?
<input type="text" onfocus="(this.type='date')" onblur="(this.type='text')" id="mc-graduation_date" placeholder="graduation date">