css: fix checkbox on Chrome

This commit is contained in:
Thomas Gelf 2017-04-27 13:25:48 +02:00
parent cb1804111f
commit d7fc818118
1 changed files with 4 additions and 4 deletions

View File

@ -205,7 +205,7 @@ form p.description {
width: 100%;
}
input, select, select option, textarea {
input[type=text], input[type=button], select, select option, textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;