css: fix filter element width, add upper border

This commit is contained in:
Thomas Gelf 2022-08-29 23:45:19 +02:00
parent 1c30412abd
commit 3b1d3e25ca
1 changed files with 2 additions and 3 deletions

View File

@ -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;