mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +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
|
|
@ -235,7 +235,7 @@ html:not(rl-mobile) {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.attachmentParent {
|
||||
.withAttachments .attachmentParent {
|
||||
margin: 0 10px 0 5px;
|
||||
}
|
||||
|
||||
|
|
@ -298,10 +298,6 @@ html:not(rl-mobile) {
|
|||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
&:not(.withAttachments) .attachmentParent {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.hasUnseenSubMessage {
|
||||
background-color: rgba(255, 255, 64, 0.15);
|
||||
border-left-color: lighten(orange, 30%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue