fixed
This commit is contained in:
+8
-1
@@ -72,13 +72,20 @@ table tr {
|
||||
}
|
||||
|
||||
input,
|
||||
input:is(:-webkit-autofill, :autofill),
|
||||
textarea {
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
border: 3px solid white;
|
||||
}
|
||||
|
||||
input:-webkit-autofill,
|
||||
textarea:-webkit-autofill,
|
||||
select:-webkit-autofill {
|
||||
-webkit-text-fill-color: white;
|
||||
-webkit-box-shadow: 0 0 0px 1000px black inset;
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
}
|
||||
|
||||
.checkmark {
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user