Improved the visual styles of the tree view
This commit is contained in:
parent
7cf6c02a3f
commit
c8765c8f5b
|
@ -2852,11 +2852,24 @@ table#policy_modules td * {
|
|||
background-image: url(../../images/tree/branch.png);
|
||||
background-position: 0px 0px;
|
||||
background-repeat: repeat-y;
|
||||
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
.tree-last {
|
||||
background: 0 0;
|
||||
}
|
||||
.node-content {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.node-content:hover {
|
||||
background-color: #9AB8DF;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.leaf-icon {
|
||||
width: 20px;
|
||||
|
|
Loading…
Reference in New Issue