Apply new form style to the filter editor
This commit is contained in:
parent
05613c413d
commit
346083109a
|
@ -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()
|
||||
|
|
|
@ -195,7 +195,7 @@ table.multiselect tr[href] td {
|
|||
}
|
||||
|
||||
ul.tree li.active {
|
||||
background-color: #eee;
|
||||
background-color: @gray-lightest;
|
||||
}
|
||||
|
||||
button {
|
||||
|
|
Loading…
Reference in New Issue