mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
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 '';
|
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()
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user