diff --git a/asset/css/compat.less b/asset/css/compat.less index ecb6823e..1188c7e9 100644 --- a/asset/css/compat.less +++ b/asset/css/compat.less @@ -86,14 +86,3 @@ form.icinga-form .control-group { } } } - -// SearchBar styles - -.icinga-module.module-icingadb .controls .search-bar .filter-input-area { - label { - &::after, - input { - padding: 0 .5em; - } - } -} diff --git a/asset/css/controls.less b/asset/css/controls.less index ca60f505..1bccbd85 100644 --- a/asset/css/controls.less +++ b/asset/css/controls.less @@ -152,4 +152,13 @@ // Suggestions should be kept at a distance from the bottom of the page margin-bottom: 2.5em; } + + > .search-controls > .search-bar .filter-input-area { + label { + &::after, + input { + padding: 0 .5em; + } + } + } }