diff --git a/public/css/icinga/layout.less b/public/css/icinga/layout.less index 10bae4718..7e4f44bd6 100644 --- a/public/css/icinga/layout.less +++ b/public/css/icinga/layout.less @@ -276,6 +276,18 @@ html.no-js .controls > .tabs { font-size: 1.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 {