mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-26 23:34:10 +02:00
css: filter editor fixes
This commit is contained in:
parent
01116a3382
commit
d0780e069e
@ -446,6 +446,18 @@ div.diff {
|
||||
.tree a.abstract { background-image: url('../img/director/tree.png'); }
|
||||
.tree a.object { background-image: url('../img/director/leaf.gif'); }
|
||||
|
||||
form.editor {
|
||||
select, input[type=text] {
|
||||
background: white;
|
||||
max-width: auto;
|
||||
min-width: auto;
|
||||
width: auto;
|
||||
}
|
||||
.tree li a {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/** php-diff **/
|
||||
|
||||
.Differences {
|
||||
|
Loading…
x
Reference in New Issue
Block a user