Browse Source

Search fixes

pull/5334/head
Ruud 10 years ago
parent
commit
e7cead7137
  1. 5
      couchpotato/core/media/_base/search/static/search.scss

5
couchpotato/core/media/_base/search/static/search.scss

@ -6,6 +6,10 @@
width: 44px;
position: relative;
* {
transform: rotateZ(360deg); // Mobile IE redraw fix
}
.icon-search {
position: absolute;
z-index: 2;
@ -287,7 +291,6 @@
opacity: .4;
padding: 0 5px;
width: auto;
display: none;
}
.in_wanted,

Loading…
Cancel
Save