gui: use a tree panel for DataStoreContent

This commit is contained in:
Dietmar Maurer
2020-03-25 15:17:28 +01:00
parent a83ee10c49
commit e8f0ad19af
2 changed files with 111 additions and 29 deletions

View File

@ -170,3 +170,13 @@ p.logs {
margin: 5px;
padding: 5px;
}
/* tree icons */
/* big symbols */
.x-tree-icon-custom {
font-size: 1.25em;
line-height: 1.6em;
color: #555;
margin-right: 5px;
}