File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,22 @@ tr.card-layout.children span.subject {
426
426
background-color : # 8785a3 !important ;
427
427
}
428
428
429
+ # folderTree li [data-folder-type = "archive" ]> .container > .icon {
430
+ mask-image : url ("Icons/archive.svg" ) !important ;
431
+ mask-repeat : no-repeat !important ;
432
+ mask-size : 16px 16px !important ;
433
+ mask-position : center !important ;
434
+ background-color : # 8785a3 !important ;
435
+ }
436
+
437
+ # folderTree li [data-folder-type = "outbox" ]> .container > .icon {
438
+ mask-image : url ("Icons/outbox.svg" ) !important ;
439
+ mask-repeat : no-repeat !important ;
440
+ mask-size : 16px 16px !important ;
441
+ mask-position : center !important ;
442
+ background-color : # 6aadb5 !important ;
443
+ }
444
+
429
445
# folderTree li : not ([data-folder-type ])> .container > .icon {
430
446
mask-image : url ("Icons/folder.svg" ) !important ;
431
447
mask-repeat : no-repeat !important ;
@@ -812,4 +828,4 @@ tr.card-layout.children span.subject {
812
828
background-color : # 262629b8 !important ;
813
829
}
814
830
815
- }
831
+ }
You can’t perform that action at this time.
0 commit comments