CSS: Align menu search input icon

This commit is contained in:
Florian Strohmaier 2019-07-04 17:52:41 +02:00 committed by Johannes Meyer
parent c49f5d6a0f
commit 7eca14386a
1 changed files with 2 additions and 3 deletions

View File

@ -208,13 +208,12 @@ ul:not(.nav-level-2) > .selected > a {
}
#menu input.search {
background: transparent url('../img/icons/search_white.png') no-repeat 0.7em center;
background: transparent url('../img/icons/search_white.png') no-repeat 1em center;
background-size: 1em auto;
border: none;
border-left: 5px solid transparent;
color: @menu-color;
line-height: 2.167em;
padding-left: @icon-width + 0.5em;
padding-left: @icon-width + .75em;
width: 100%;
&.active {