Improved tree styles
This commit is contained in:
parent
a9eb533a9b
commit
90deab0e3b
pandora_console/include/styles
|
@ -2880,6 +2880,10 @@ table#policy_modules td * {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.node-content>img, .node-content>div {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tree-node.leaf-open>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_expanded.png);
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue