mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Show 🔒 (lock) glyph in messagelist for encrypted messages
This commit is contained in:
parent
3664b140c4
commit
245aaa92a2
4 changed files with 8 additions and 6 deletions
3
vendors/fontastic/styles.css
vendored
3
vendors/fontastic/styles.css
vendored
|
|
@ -88,6 +88,9 @@
|
|||
.icon-folder-add::before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.icon-lock::before {
|
||||
content: "🔒";
|
||||
}
|
||||
.icon-popup::before {
|
||||
content: "\e045";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue