From 610b873922ce8ebcc81ec9e32ff7006032607c80 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 2 Nov 2015 16:20:50 +0100 Subject: [PATCH] css: reset search input field --- public/css/module.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/module.less b/public/css/module.less index 833e230c..fa6af3b4 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -91,6 +91,11 @@ input[type=text], textarea, select { border-color: transparent; border-bottom-color: @gray-light; border-width: 1px; + + &.search { + background-color: transparent; + padding-left: 2em; + } } select::-moz-focus-inner { border: 0; }