Hide IE clear button on search

This commit is contained in:
Ruud
2013-09-20 16:23:42 +02:00
parent ba925ec191
commit f20aaa2d9d

View File

@@ -59,6 +59,11 @@
.search_form.shown .input input {
opacity: 1;
}
.search_form input::-ms-clear {
width : 0;
height: 0;
}
@media all and (max-width: 480px) {
.search_form .input input {