css: reset search input field
This commit is contained in:
parent
f1c7509d5c
commit
610b873922
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue