2
how to remove this blue magnifying glass that appears in OPERA and Chrome browsers ?
I’ve tried to -webkit-appearance: none
but nothing happens.
.search input[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;
}
try this here, http://jsfiddle.net/dieegov/M8Azh/
– Diego Vieira
VLW, it worked out!
– feghizzi