How to remove this blue magnifying glass that appears in the OPERA and Chrome browsers?
I'vetried-webkit-appearance:none
butnothinghappens.
.searchinput[type="search"] {
width: 170px;
height: 27px;
background: #fff url('images/search.png') no-repeat left;
border: 2px #5473b9;
border-radius: 5px;
color: #000;
padding-left: 20px;
-webkit-appearance: none;
}