Return to Snippet

Revision: 47880
at June 17, 2011 18:34 by fabricelejeune


Initial Code
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

Initial URL


Initial Description
This is a simple trick that allows you to design the html5 search input like another input.

Initial Title
HTML5 search input appearance

Initial Tags
css, search, html5

Initial Language
CSS