Fix input checkbox or radio disappeared, ref #7974

This commit is contained in:
afc163 2017-10-30 13:19:34 +08:00
parent 58fe3277d8
commit 7cc3e2c1cd

View File

@ -333,6 +333,10 @@ textarea {
font-size: inherit;
line-height: inherit;
color: inherit;
}
input[type="text"],
textarea {
-webkit-appearance: none;
}