mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
css: fix filter element width, add upper border
This commit is contained in:
parent
1c30412abd
commit
3b1d3e25ca
1 changed files with 2 additions and 3 deletions
|
|
@ -1656,13 +1656,13 @@ ul.filter-root {
|
|||
}
|
||||
|
||||
|
||||
li.filter-chain > select.operator {
|
||||
form.director-form li.filter-chain > select.operator {
|
||||
min-width: 5em;
|
||||
max-width: 5em;
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
div.filter-expression {
|
||||
form.director-form div.filter-expression {
|
||||
.column {
|
||||
min-width: 7em;
|
||||
max-width: 30em;
|
||||
|
|
@ -1705,7 +1705,6 @@ ul.director-suggestions {
|
|||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
border: 1px solid @icinga-blue;
|
||||
border-top: none;
|
||||
position: absolute;
|
||||
z-index: 2000;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue