css: fix strange effect with active search element

This commit is contained in:
Thomas Gelf 2015-12-17 19:37:43 +01:00
parent 8738160689
commit 7da9e0e0e1
1 changed files with 1 additions and 1 deletions
public/css

View File

@ -106,7 +106,7 @@ input[type=text], textarea, select {
border-width: 1px 1px 1px 3px;
&.search {
background-color: transparent;
background: transparent url("../img/icons/search.png") no-repeat scroll 0.5em center / 1em 1em;
padding-left: 2em;
}
}