/ Published in: CSS
This is a simple trick that allows you to design the html5 search input like another input.
Expand |
Embed | Plain Text
input[type="search"] { -webkit-appearance: textfield; -moz-appearance: textfield; }
You need to login to post a comment.
