CSS: Align menu search input icon
This commit is contained in:
parent
c49f5d6a0f
commit
7eca14386a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue