fix chromium -webkit-autofill input colors

This commit is contained in:
ghost 2023-12-01 23:56:57 +02:00
parent 9087c4b0d7
commit fa3c0491e2
3 changed files with 12 additions and 3 deletions

View file

@ -218,7 +218,10 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
text-align: center;
}
input {
input,
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 0s 600000s, color 0s 600000s; /* chrome */
width: 100%;
margin: 12px 0;
padding: 6px 0;