mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
21 lines
567 B
CSS
21 lines
567 B
CSS
|
|
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;
|
|
}
|