css: fix strange effect with active search element
This commit is contained in:
parent
8738160689
commit
7da9e0e0e1
public/css
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue