Skip to content

Commit

Permalink
CSS: Optimize background property for input.search
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 33429c9 commit 414961c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/css/icinga/forms.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 414961c

Please sign in to comment.