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 ''; return '';
} }
if (! $this->preservedUrl()->getParam('modifyFilter')) { if (! $this->preservedUrl()->getParam('modifyFilter')) {
return '<div class="filter">' return '<div class="filter icinga-controls">'
. $this->renderSearch() . $this->renderSearch()
. $this->view()->escape($this->shorten($this->filter, 50)) . $this->view()->escape($this->shorten($this->filter, 50))
. '</div>'; . '</div>';
} }
return '<div class="filter">' return '<div class="filter icinga-controls">'
. $this->renderSearch() . $this->renderSearch()
. '<form action="' . '<form action="'
. Url::fromRequest() . Url::fromRequest()

View File

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