【问题标题】:How can I remove the eye from a password field?如何从密码字段中移除眼睛?
【发布时间】:2013-09-28 23:49:33
【问题描述】:

我无法从 IE 10 中删除密码眼睛。 我尝试使用

input[password]::-ms-reveal {display : none ;}

但对我不起作用。

有什么建议吗?

【问题讨论】:

标签: css internet-explorer-10


【解决方案1】:

这个很好用:

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-07-06
    • 2021-11-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-10-26
    • 1970-01-01
    相关资源
    最近更新 更多