mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Subject smart highlighter
This commit is contained in:
parent
cf80b8f21b
commit
fd9c0e25d8
9 changed files with 116 additions and 17 deletions
|
|
@ -362,7 +362,7 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
|
||||
&.emptySubject .subjectParent {
|
||||
.subject {
|
||||
.subject, .subject-prefix, .subject-suffix {
|
||||
display: none;
|
||||
}
|
||||
.emptySubjectText {
|
||||
|
|
@ -370,10 +370,15 @@ html.rl-no-preview-pane {
|
|||
}
|
||||
}
|
||||
|
||||
.sender, .subject {
|
||||
.sender, .subject, .subject-suffix {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.subject-prefix {
|
||||
color: #888;
|
||||
/*font-style: italic;*/
|
||||
}
|
||||
|
||||
.attachment {
|
||||
display: none;
|
||||
|
|
@ -416,7 +421,7 @@ html.rl-no-preview-pane {
|
|||
|
||||
&.unseen {
|
||||
background-color: #FFFFD9;
|
||||
.sender, .subject {
|
||||
.sender, .subject, .subject-suffix {
|
||||
font-weight: bold;
|
||||
}
|
||||
.sidebarParent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue