Skip to content

Commit

Permalink
Fix checkbox problem
Browse files Browse the repository at this point in the history
  • Loading branch information
daneden committed Nov 22, 2011
1 parent bd97ac3 commit cc331e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/toast.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -640,6 +640,9 @@ form input, form textarea {
outline: 0; outline: 0;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
} }
form input[type="checbox"] {
-webkit-appearance: checkbox;
}
form textarea { form textarea {
resize: vertical; resize: vertical;
min-height: 64px; min-height: 64px;
Expand Down

0 comments on commit cc331e4

Please sign in to comment.