From 414961cc4eb52b33bda307996b0ccb906698b803 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 29 Sep 2015 10:36:21 +0200 Subject: [PATCH] CSS: Optimize background property for input.search refs #5543 --- public/css/icinga/forms.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/css/icinga/forms.less b/public/css/icinga/forms.less index a3f4364e8a..26e7785637 100644 --- a/public/css/icinga/forms.less +++ b/public/css/icinga/forms.less @@ -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 {