icon for relation map

This commit is contained in:
azivner
2018-10-30 20:26:31 +01:00
parent 31abec5d1c
commit a2434f200e
3 changed files with 21 additions and 17 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -127,6 +127,10 @@ span.fancytree-node.file > span.fancytree-icon {
background: url("../images/icons/paperclip-16.png") 0 0;
}
span.fancytree-node.relation-map > span.fancytree-icon {
background: url("../images/icons/relation-map-16.png") 0 0;
}
span.fancytree-node.render > span.fancytree-icon {
background: url("../images/icons/play-16.png") 0 0;
}