input[type="search"]
doesn't seem to be functioning properly on IE9 and below. Any ideas on how to fix it would be greatly appreciated. Here is a screenshot for reference:
.search-form .row input[type="search"] {
color:#9fa0a0;
font-size:20px;
padding:0;
line-height:25px;
border:none;
background:none;
-webkit-appearance:none;
padding:8px 5px 7px 11px;
margin:0;
width:100%;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
float:left;
}