mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix chromium -webkit-autofill input colors
This commit is contained in:
parent
9087c4b0d7
commit
fa3c0491e2
3 changed files with 12 additions and 3 deletions
|
|
@ -242,7 +242,10 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
|
|||
accent-color: #3394fb;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
input[type="text"],
|
||||
input[type="text"]:-webkit-autofill,
|
||||
input[type="text"]:-webkit-autofill:focus {
|
||||
transition: background-color 0s 600000s, color 0s 600000s; /* chrome */
|
||||
width: 100%;
|
||||
margin: 12px 0;
|
||||
padding: 6px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue