mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Show search input upon focus when the sidebar is collapsed
This commit is contained in:
parent
c1029d90d7
commit
09c70ec3fb
@ -276,6 +276,18 @@ html.no-js .controls > .tabs {
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> .search-control {
|
||||||
|
height: 3.333em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#search:focus {
|
||||||
|
background-color: @gray-lighter;
|
||||||
|
box-shadow: 0 0 .25em 0 rgba(0, 0, 0, .2);
|
||||||
|
padding-left: 3.75em;
|
||||||
|
width: 20em;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-input {
|
.search-input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user