mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Improved the visual styles of the tree view
This commit is contained in:
parent
4c933c3434
commit
13fdccde1f
@ -2852,11 +2852,24 @@ table#policy_modules td * {
|
|||||||
background-image: url(../../images/tree/branch.png);
|
background-image: url(../../images/tree/branch.png);
|
||||||
background-position: 0px 0px;
|
background-position: 0px 0px;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
|
|
||||||
|
min-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-last {
|
.tree-last {
|
||||||
background: 0 0;
|
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 {
|
.leaf-icon {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user