CSS: Optimize background property for input.search

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 10:36:21 +02:00
parent 818115a7db
commit 8f33fca3d4
1 changed files with 1 additions and 3 deletions

View File

@ -14,10 +14,8 @@ input {
input.search {
padding-left: 20px;
background-image: url('../img/icons/search.png');
background: url('../img/icons/search.png') no-repeat 0;
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: 0em;
}
input, select, textarea {