mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
improve: use calendar icon in message list for messages with '.ics' or 'text/calendar' attachments
This commit is contained in:
parent
49010a70a0
commit
11c616715d
2 changed files with 9 additions and 1 deletions
3
vendors/fontastic/styles.css
vendored
3
vendors/fontastic/styles.css
vendored
|
|
@ -106,3 +106,6 @@
|
|||
.icon-check-mark-circle-two::before {
|
||||
content: "\e073";
|
||||
}
|
||||
.icon-file-calendar::before {
|
||||
content: "📅";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue