Skip to content

Commit

Permalink
css: fix checkbox on Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jul 14, 2017
1 parent cb18041 commit d7fc818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ form p.description {
width: 100%;
}

input, select, select option, textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
input[type=text], input[type=button], select, select option, textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

form ul.form-errors {
Expand Down

0 comments on commit d7fc818

Please sign in to comment.