Changes between Version 17 and Version 18 of Styling Form Controls
- Timestamp:
- Apr 8, 2013, 12:00:21 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styling Form Controls
v17 v18 78 78 === Autofill === 79 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].80 The autofill color can be styled as of [http://trac.webkit.org/changeset/113511 WebKit r113511] or later. The background and foreground colors can be overridden from [http://trac.webkit.org/changeset/113511/trunk/Source/WebCore/css/html.css their defaults]. 81 81 82 82 {{{ … … 112 112 == Form validation message == 113 113 114 === WebKit r82179 or older (Chrome 10 and 11)===114 === WebKit r82179 or older === 115 115 116 116 A validation message consists of four div elements with pseudo classes and some nodes for message text. You can customize the appearance by changing the style of these pseudo classes.