Skip to content

Commit 0ba8144

Browse files
Add fluent icons to Archive and Outbox
Add missing Fluent icons for Archive and Outbox in the folder tree
1 parent 1d8af99 commit 0ba8144

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

Icons/archive.svg

Lines changed: 1 addition & 3 deletions
Loading

Icons/outbox.svg

Lines changed: 1 addition & 0 deletions
Loading

userChrome.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,22 @@ tr.card-layout.children span.subject {
426426
background-color: #8785a3 !important;
427427
}
428428

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+
429445
#folderTree li:not([data-folder-type])>.container>.icon {
430446
mask-image: url("Icons/folder.svg") !important;
431447
mask-repeat: no-repeat !important;
@@ -812,4 +828,4 @@ tr.card-layout.children span.subject {
812828
background-color: #262629b8 !important;
813829
}
814830

815-
}
831+
}

0 commit comments

Comments
 (0)