Skip to content

Instantly share code, notes, and snippets.

@hehongwei44
Created July 15, 2014 02:12
Show Gist options
  • Select an option

  • Save hehongwei44/4167201635c1b7adb472 to your computer and use it in GitHub Desktop.

Select an option

Save hehongwei44/4167201635c1b7adb472 to your computer and use it in GitHub Desktop.
去掉IE10默认的input样式
/**
*
* @link: http://1.hehongwei44.sinaapp.com/?p=283
*
*/
input::-ms-clear { display: none; } //去掉input中的叉叉
input::-ms-reveal { display: none; } //去掉密码框中的小眼睛
@hehongwei44

Copy link
Copy Markdown
Author

建议:把代码写到重置样式文件中去

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment