mirror of
https://github.com/pi-hole/web.git
synced 2026-04-21 17:29:11 +01:00
Adjust CSS to suppress webkit-autofill style
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -291,3 +291,13 @@ td.highlight {
|
||||
border-color: #337ab7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/*** Overwrite chrome's input field auto-filling ***/
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:focus,
|
||||
textarea:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
-webkit-text-fill-color: #666 !important;
|
||||
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
|
||||
transition: background-color 1s ease-in-out 0s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user