how to remove textbox outline in 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? 回答1: Opera applies a yellow outline to form inputs that have saved login information. I don't think it is possible to override