[Frontend] Fixed magnify glass in search input

open #199
open #278
Fixed z-indexing problem in :before elements
in search input (magnify glass, etc.);
This commit is contained in:
Charles Hacskaylo 2015-11-18 16:48:13 -08:00
parent c5c166c790
commit c2e26b3555

View File

@ -111,6 +111,7 @@
position: absolute;
top: 50%;
@include transform(translateY(-50%));
z-index: 1;
}
&:before {