mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge e0f4e66783 into 860e6390f1
This commit is contained in:
commit
4de22be56e
1 changed files with 10 additions and 0 deletions
|
|
@ -41,3 +41,13 @@ a:hover {
|
||||||
border: 4px solid rgba(0, 0, 0, 0);
|
border: 4px solid rgba(0, 0, 0, 0);
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Remove autofill background color - matches react-zen TextField structure */
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill,
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill:hover,
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill:focus,
|
||||||
|
.TextField_field__YzU1O input:-webkit-autofill:active {
|
||||||
|
-webkit-box-shadow: 0 0 0px 1000px var(--background-color) inset !important;
|
||||||
|
-webkit-text-fill-color: var(--font-color) !important;
|
||||||
|
transition: background-color 5000s ease-in-out 0s;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue