Changes between Version 13 and Version 14 of Styling Form Controls


Ignore:
Timestamp:
04/25/12 23:19:39 (13 months 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