mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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 {
|
#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;
|
background-size: 1em auto;
|
||||||
border: none;
|
border: none;
|
||||||
border-left: 5px solid transparent;
|
|
||||||
color: @menu-color;
|
color: @menu-color;
|
||||||
line-height: 2.167em;
|
line-height: 2.167em;
|
||||||
padding-left: @icon-width + 0.5em;
|
padding-left: @icon-width + .75em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user