The new INPUT type of search is a nice semantic addition given to us under the HTML5 label. Unfortunately this element isn’t ultra-stylable within WebKit. Here’s a quick trick I’ve found to make input[type=search] elements look like their basic text counterparts: input[type=search] { -webkit-appearance: textfield; } Using -webkit-appearance: textfield allows developers to use input[type=search] elements … Continue reading Square Search Boxes in WebKit
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed