mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-05 11:24:20 +00:00
fix chromium -webkit-autofill input colors
This commit is contained in:
parent
9087c4b0d7
commit
fa3c0491e2
@ -218,7 +218,10 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input,
|
||||||
|
input:-webkit-autofill,
|
||||||
|
input:-webkit-autofill:focus {
|
||||||
|
transition: background-color 0s 600000s, color 0s 600000s; /* chrome */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
|
@ -82,7 +82,10 @@ $placeholder = sprintf(
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input,
|
||||||
|
input:-webkit-autofill,
|
||||||
|
input:-webkit-autofill:focus {
|
||||||
|
transition: background-color 0s 600000s, color 0s 600000s; /* chrome */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
|
@ -242,7 +242,10 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
|
|||||||
accent-color: #3394fb;
|
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%;
|
width: 100%;
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user