mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
css: slightly improve filter editor
This commit is contained in:
parent
ffb3748b1c
commit
3fc24645c9
@ -204,6 +204,20 @@ div.filter > form.search, div.filter > a {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.filter form.editor > ul.tree ul li.active {
|
||||||
|
background-color: @tr-hover-color !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.filter form.editor {
|
||||||
|
padding-top: 1em;
|
||||||
|
select, input[type=text] {
|
||||||
|
line-height:auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
form.quicksearch {
|
form.quicksearch {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user