cssfun icon indicating copy to clipboard operation
cssfun copied to clipboard

移除 IE 10 及以上 input 自带的 clear button 以及 type="password" 带有的 icon

Open simaQ opened this issue 10 years ago • 0 comments

问题

rm

Solution

::-ms-clear {
   display: none;
}

::-ms-reveal {
   display: none;
}

see more:

  • http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs
  • http://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx

simaQ avatar Aug 06 '15 01:08 simaQ