如何在Opera中删除文本框大纲 [英] how to remove textbox outline in Opera

查看:151
本文介绍了如何在Opera中删除文本框大纲的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我测试了以下代码,但没有成功:

I tested the below code but gain no success:

input[type="text"]:focus, input[type="password"]:focus {
    outline:none;
    -moz-transition: box-shadow 0.3s ease-out 0s;
    background-clip: padding-box;
    border: 1px solid #B6B6B6;
    border-radius: 3px 3px 3px 3px;
    color: #404040;
    font-size: 16px;
    height: auto;
    line-height: 16px;
    padding: 10px;
}

这里有我遗漏的东西吗?

Is there something here I'm missing?

推荐答案

Opera应用黄色轮廓来形成已保存登录信息的输入。我不认为可以使用CSS覆盖它。

Opera applies a yellow outline to form inputs that have saved login information. I don't think it is possible to override it with CSS.

这篇关于如何在Opera中删除文本框大纲的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆