/ Published in: CSS
This is a simple trick that allows you to design the html5 search input like another input.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
input[type="search"] { -webkit-appearance: textfield; -moz-appearance: textfield; }