mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
added webkit autofill to css file so autofill username and password appear in white as intended
This commit is contained in:
parent
5755180279
commit
d73af4b914
@ -67,6 +67,11 @@ input:-internal-autofill-selected {
|
|||||||
background-clip: text;
|
background-clip: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*So autofill text appears in white instead of default black*/
|
||||||
|
input:-webkit-autofill {
|
||||||
|
-webkit-text-fill-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Need adjust input font-size */
|
/* Need adjust input font-size */
|
||||||
input {
|
input {
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user