Show search input upon focus when the sidebar is collapsed

This commit is contained in:
Eric Lippmann 2017-11-17 17:43:45 +01:00 committed by Florian Strohmaier
parent 6876f333f6
commit a9a4eb4eee

View File

@ -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;
}