I'm trying to get rid of the "X" button that shows up when writing something in the search bar, or at least change it:
<input type="search">
I tried the following CSS:
input[type="search"]{-webkit-appearance: none;}
and some more webkit stuff that did not work.