Add tree view for image history
This commit is contained in:
parent
b924fa5336
commit
bb5fea6a5f
3 changed files with 138 additions and 44 deletions
|
@ -707,7 +707,7 @@ p.editable:hover i {
|
|||
}
|
||||
|
||||
#image-history-container .node text {
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -721,6 +721,19 @@ p.editable:hover i {
|
|||
stroke: steelblue;
|
||||
}
|
||||
|
||||
#image-history-container .tags {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#image-history-container .tags .tag {
|
||||
border-radius: 10px;
|
||||
margin-right: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#image-history-container .tags .tag.current {
|
||||
|
||||
}
|
||||
|
||||
/* Overrides for the markdown editor. */
|
||||
|
||||
|
|
Reference in a new issue