edited style of autofilled forms.
This commit is contained in:
@@ -78,6 +78,12 @@ textarea {
|
|||||||
border: 3px solid white;
|
border: 3px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:is(:-webkit-autofill, :autofill) {
|
||||||
|
background-color: transparent;
|
||||||
|
color: white;
|
||||||
|
border: 3px solid white;
|
||||||
|
}
|
||||||
|
|
||||||
.checkmark {
|
.checkmark {
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,6 +78,12 @@ textarea {
|
|||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:is(:-webkit-autofill, :autofill) {
|
||||||
|
background-color: transparent;
|
||||||
|
color: black;
|
||||||
|
border: 3px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
.checkmark {
|
.checkmark {
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user