Changes between Version 11 and Version 12 of Styling Form Controls
- Timestamp:
- May 10, 2011, 1:49:01 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styling Form Controls
v11 v12 64 64 == <input> element == 65 65 66 TODO. 66 === Removing spin buttons for <input type=number> === 67 68 {{{ 69 input::-webkit-inner-spin-button { 70 -webkit-appearance: none; 71 } 72 input::-webkit-outer-spin-button { 73 -webkit-appearance: none; 74 margin: 0; 75 } 76 }}} 67 77 68 78 == Form validation message ==