gpt4 book ai didi

html - 我们如何覆盖用户代理样式表?

转载 作者:行者123 更新时间:2023-11-28 05:05:19 25 4
gpt4 key购买 nike

我有一个表单,用于保存我的登录凭据。现在 chrome 正在向输入字段显示自己的背景颜色。
我为此做了研究,但没有发现任何东西。
有什么方法可以覆盖仅来自 chrome 的用户代理样式表吗?

最佳答案

是的,您可以像这样更改样式:

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 1px solid green;
-webkit-text-fill-color: green;
-webkit-box-shadow: 0 0 0px 1000px #000 inset;
transition: background-color 5000s ease-in-out 0s;
}

关注文章了解更多信息: https://css-tricks.com/snippets/css/change-autocomplete-styles-webkit-browsers/

关于html - 我们如何覆盖用户代理样式表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39859001/

25 4 0
文章推荐: css - 在浏览器中自动缩放 Bootstrap 元素
文章推荐: html - 使用CSS在页脚中制作容器
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com