Changes between Version 13 and Version 14 of Styling Form Controls
- Timestamp:
- Apr 25, 2012, 11:19:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styling Form Controls
v13 v14 74 74 margin: 0; 75 75 } 76 }}} 77 78 === Autofill === 79 80 The autofill color can be styled as of [http://trac.webkit.org/changeset/113511 WebKit r113511] or later (Chrome 20). The background and foreground colors can be overridden from [http://trac.webkit.org/changeset/113511/trunk/Source/WebCore/css/html.css their defaults]. 81 82 {{{ 83 input:-webkit-autofill { background: papayaWhip; color: hotPink; } 76 84 }}} 77 85