I tried very few things ... but the border just won't disappear. Works great if you replace type = "search" with type = "text", but I hope that is not what I should be doing.
I'm trying to kill him with
input{
background:transparent;
border:0;
border-color:transparent;
outline:none;
width:150px;
}
but none of them seem to be doing the job.
http://jsfiddle.net/Kf9Mu/
Any ideas?
source
share