css: no appearance:none for checkbox on chrome

fixes #99
This commit is contained in:
Thomas Gelf 2017-01-27 23:12:57 +01:00
parent a722615d9b
commit 3c08e4ba80

View file

@ -790,7 +790,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;