Created
July 15, 2014 02:12
-
-
Save hehongwei44/4167201635c1b7adb472 to your computer and use it in GitHub Desktop.
去掉IE10默认的input样式
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * | |
| * @link: http://1.hehongwei44.sinaapp.com/?p=283 | |
| * | |
| */ | |
| input::-ms-clear { display: none; } //去掉input中的叉叉 | |
| input::-ms-reveal { display: none; } //去掉密码框中的小眼睛 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
建议:把代码写到重置样式文件中去