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