wtf-forms icon indicating copy to clipboard operation
wtf-forms copied to clipboard

Friendlier HTML form controls with a little CSS magic.

Results 8 wtf-forms issues
Sort by recently updated
recently updated
newest added

Makes it work with FastClick on mobile devices.

This addresses Issue https://github.com/mdo/wtf-forms/issues/6 to add a style for `disabled` controls. The `readonly` attribute is [not pertinent to radio and checkbox controls](http://stackoverflow.com/a/155301/3003102). Please disregard the PR into the master branch.

- added a css workaround to hide the default firefox drop down arrow.

Tested in Chrome, Opera, Firefox and IE10 fixes #37