From 7da9e0e0e1d811597d6927ead277a813ced84a9b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 17 Dec 2015 19:37:43 +0100 Subject: [PATCH] css: fix strange effect with active search element --- public/css/module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index 5dd1ba79..bf9df7ec 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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; } }