mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 05:14:25 +02:00
CSS: Show filterEditor as a tree
This commit is contained in:
parent
680832a5db
commit
d4cc8f6dd6
@ -46,6 +46,15 @@ table.multiselect tr[href] td {
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
#main form.filterEditor input[type=text], #main form.filterEditor select {
|
||||
width: 12em;
|
||||
}
|
||||
|
||||
ul.datafilter li {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.tree select { /* ?? */
|
||||
margin-bottom: 0.3em;
|
||||
margin-left: 1em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user