Now the leaf icons has the pointer cursor

This commit is contained in:
Alejandro Gallardo Escobar 2014-12-18 11:49:21 +01:00
parent 96f6659b34
commit 36cae31017
1 changed files with 4 additions and 0 deletions

View File

@ -2869,18 +2869,22 @@ table#policy_modules td * {
.tree-node.leaf-open>.leaf-icon {
background-image: url(../../images/tree/last_expanded.png);
cursor: pointer;
}
.tree-node.tree-first.leaf-open>.leaf-icon {
background-image: url(../../images/tree/first_expanded.png);
cursor: pointer;
}
.tree-node.leaf-closed>.leaf-icon {
background-image: url(../../images/tree/last_closed.png);
cursor: pointer;
}
.tree-node.tree-first.leaf-closed>.leaf-icon {
background-image: url(../../images/tree/first_closed.png);
cursor: pointer;
}
.tree-node.leaf-loading>.leaf-icon {