Subject smart highlighter

This commit is contained in:
RainLoop Team 2014-07-17 18:35:48 +04:00
parent cf80b8f21b
commit fd9c0e25d8
9 changed files with 116 additions and 17 deletions

View file

@ -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 {