CSS: Remove background color on input.search

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 10:35:59 +01:00
parent 72f6817b00
commit 3b482a9e85

View File

@ -17,7 +17,7 @@ input {
input.search {
padding-left: 20px;
background: @gray-lightest url('../img/icons/search.png') no-repeat 2px;
background: transparent url('../img/icons/search.png') no-repeat 2px;
background-size: 12px 12px;
&:focus {