fixed
This commit is contained in:
+9
-7
@@ -23,7 +23,9 @@ p,
|
||||
small,
|
||||
label,
|
||||
input,
|
||||
.autofilled,
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus,
|
||||
textarea,
|
||||
a,
|
||||
.modal_button,
|
||||
@@ -359,7 +361,13 @@ i:hover {
|
||||
|
||||
input,
|
||||
.autofilled,
|
||||
input:-webkit-autofill,
|
||||
textarea:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
textarea:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus,
|
||||
textarea {
|
||||
/* Try this first */
|
||||
border-radius: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
@@ -369,13 +377,7 @@ textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
input:-webkit-autofill {
|
||||
-webkit-box-shadow: 0 0 0px 1000px black inset !important;
|
||||
/* Try this first */
|
||||
}
|
||||
|
||||
input:focus,
|
||||
.autofilled,
|
||||
textarea:focus,
|
||||
input:hover,
|
||||
textarea:hover {
|
||||
|
||||
Reference in New Issue
Block a user