Browse Source

Hide IE clear button on search

pull/2237/head
Ruud 12 years ago
parent
commit
9e0805ec89
  1. 5
      couchpotato/core/media/movie/_base/static/search.css

5
couchpotato/core/media/movie/_base/static/search.css

@ -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 {

Loading…
Cancel
Save