add archive manager

This commit is contained in:
lxsang
2020-06-06 18:41:00 +02:00
parent 232465f8ed
commit d20db3e0fb
13 changed files with 422 additions and 0 deletions

19
Archive/css/main.css Normal file
View File

@ -0,0 +1,19 @@
afx-app-window[data-id="Archive"] afx-tree-view .afx-tree-view-folder-close:before{
content: "\f07b";
font-family: "FontAwesome";
color:#76D2F9;
font-size: 16px;
}
afx-app-window[data-id="Archive"] afx-tree-view .afx-tree-view-folder-open:before{
content: "\f07c";
font-family: "FontAwesome";
color:#76D2F9;
font-size: 16px;
}
afx-app-window[data-id="Archive"] afx-tree-view .afx-tree-view-item:before{
content: "\f016";
font-family: "FontAwesome";
font-size: 16px;
font-style: normal;
font-weight: normal;
}