Changes between Version 13 and Version 14 of Styling Form Controls


Ignore:
Timestamp:
Apr 25, 2012 11:19:39 PM (12 years ago)
Author:
paulirish@chromium.org
Comment:

autofill

Legend:

Unmodified
Added
Removed
Modified
  • Styling Form Controls

    v13 v14  
    7474  margin: 0;
    7575}
     76}}}
     77
     78=== Autofill ===
     79
     80The 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{{{
     83input:-webkit-autofill { background: papayaWhip; color: hotPink; }
    7684}}}
    7785