css: reset search input field

This commit is contained in:
Thomas Gelf 2015-11-02 16:20:50 +01:00
parent f1c7509d5c
commit 610b873922
1 changed files with 5 additions and 0 deletions

View File

@ -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; }