mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-02 18:55:30 +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
|
|
@ -82,7 +82,10 @@ $placeholder = sprintf(
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
input {
|
||||
input,
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:focus {
|
||||
transition: background-color 0s 600000s, color 0s 600000s; /* chrome */
|
||||
width: 100%;
|
||||
margin: 8px 0;
|
||||
padding: 12px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue