fix: remove blue auto highlight in text fields

This commit is contained in:
amhsirak
2025-03-04 02:23:07 +05:30
parent 7446403604
commit 3543ed957c

View File

@@ -14,6 +14,19 @@ body {
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
transition: background-color 5000s ease-in-out 0s !important;
}
html {
width: 100%;
height: 100%;