当前位置:网站首页>Remove the default background color of chrome input input box
Remove the default background color of chrome input input box
2022-07-07 22:21:00 【Belden wind】
input.input:-webkit-autofill {
box-shadow: 0 0 0 30px var(--gray) inset !important;
}
input.input:-webkit-autofill:focus {
box-shadow: 0 0 0 1000px var(--gray) inset !important;
}
input.input:-internal-autofill-previewed, input.nput:-internal-autofill-selected {
-webkit-text-fill-color: var(--font-color) !important;
transition: background-color 5000s ease-in-out 0s !important;
font-size: 14px !important;
}
边栏推荐
- 强化学习-学习笔记9 | Multi-Step-TD-Target
- 使用 BlocConsumer 同时构建响应式组件和监听状态
- The function is really powerful!
- Write in front -- Talking about program development
- Restapi version control strategy [eolink translation]
- 你可曾迷茫?曾经的测试/开发程序员,懵懂的小菜C鸟升级......
- operator
- Use json Stringify() to realize deep copy, be careful, there may be a huge hole
- Reinforcement learning - learning notes 9 | multi step TD target
- DNS series (I): why does the updated DNS record not take effect?
猜你喜欢
【JDBC Part 1】概述、获取连接、CRUD
Anti climbing killer
如何实现横版游戏中角色的移动控制
Latest Android advanced interview questions summary, Android interview questions and answers
[azure microservice service fabric] how to transfer seed nodes in the service fabric cluster
null == undefined
Dayu200 experience officer MPPT photovoltaic power generation project dayu200, hi3861, Huawei cloud iotda
[JDBC Part 1] overview, get connection, CRUD
Win11如何解禁键盘?Win11解禁键盘的方法
【Azure微服务 Service Fabric 】如何转移Service Fabric集群中的种子节点(Seed Node)
随机推荐
What if the win11u disk does not display? Solution to failure of win11 plug-in USB flash disk
[azure microservice service fabric] start the performance monitor in the SF node and set the method of capturing the process
Main functions of OS, Sys and random Standard Libraries
VTOL in Px4_ att_ Control source code analysis [supplement]
Jerry's configuration of TWS cross pairing [article]
L'enregistreur de disque dur NVR est connecté à easycvr par le Protocole GB 28181. Quelle est la raison pour laquelle l'information sur le canal de l'appareil n'est pas affichée?
Automatic classification of defective photovoltaic module cells in electronic images
海外代理推荐
Record a garbled code during servlet learning
Talk about relational database and serverless
Song list 11111
NVR hard disk video recorder is connected to easycvr through the national standard gb28181 protocol. What is the reason why the device channel information is not displayed?
L2:ZK-Rollup的现状,前景和痛点
ByteDance senior engineer interview, easy to get started, fluent
null == undefined
使用 BlocConsumer 同时构建响应式组件和监听状态
应用实践 | 数仓体系效率全面提升!同程数科基于 Apache Doris 的数据仓库建设
Blender exchange group, welcome to the water group ~
Write in front -- Talking about program development
[开源] .Net ORM 访问 Firebird 数据库