mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
css: fix filter element width, add upper border
This commit is contained in:
parent
1c30412abd
commit
3b1d3e25ca
@ -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…
x
Reference in New Issue
Block a user