Make the horrific tree look half decent. Also adds a nice scrolling feature to the tree
This commit is contained in:
parent
e4a0f70bc7
commit
04d4024d8c
5 changed files with 173 additions and 54 deletions
|
@ -717,6 +717,10 @@ p.editable:hover i {
|
|||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
#image-history-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#image-history-container .node circle {
|
||||
cursor: pointer;
|
||||
fill: #fff;
|
||||
|
@ -739,6 +743,10 @@ p.editable:hover i {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#image-history-container .node text.collapsed {
|
||||
fill: gray;
|
||||
}
|
||||
|
||||
#image-history-container .node text {
|
||||
font-size: 15px;
|
||||
cursor: pointer;
|
||||
|
@ -873,6 +881,7 @@ p.editable:hover i {
|
|||
color: #fff;
|
||||
border-radius: 2px;
|
||||
max-width: 500px;
|
||||
z-index: 9999999;
|
||||
}
|
||||
|
||||
/* Creates a small triangle extender for the tooltip */
|
||||
|
|
Reference in a new issue