Apply new form style to the filter editor

This commit is contained in:
Johannes Meyer 2019-07-17 15:20:54 +02:00
parent 05613c413d
commit 346083109a
2 changed files with 3 additions and 3 deletions

View File

@ -768,12 +768,12 @@ class FilterEditor extends AbstractWidget
return '';
}
if (! $this->preservedUrl()->getParam('modifyFilter')) {
return '<div class="filter">'
return '<div class="filter icinga-controls">'
. $this->renderSearch()
. $this->view()->escape($this->shorten($this->filter, 50))
. '</div>';
}
return '<div class="filter">'
return '<div class="filter icinga-controls">'
. $this->renderSearch()
. '<form action="'
. Url::fromRequest()

View File

@ -195,7 +195,7 @@ table.multiselect tr[href] td {
}
ul.tree li.active {
background-color: #eee;
background-color: @gray-lightest;
}
button {