| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2014-05-14 | 593 Bytes | |
| v2.0.0 source code.tar.gz | 2014-05-14 | 15.1 kB | |
| v2.0.0 source code.zip | 2014-05-14 | 19.3 kB | |
| Totals: 3 Items | 35.0 kB | 0 | |
- New focus styles. Fixes [#3].
- Commented out hover styles for now because iOS makes them sticky, and the hover styles weren't particularly useful.
- File inputs now require a
<span>within.file. This was added for proper focus state support as a<label>has no idea if the child<input>has focus or not. - Added
z-index: -1;to checkboxes and radios to avoid a cursor change when hovering where the orignal input rendered. Fixes [#10]. - Added FAQs and this changelog to the project page.