mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Simplify message .priorityHigh
This commit is contained in:
parent
a3a4a057e5
commit
7dc4b283b3
5 changed files with 19 additions and 12 deletions
|
|
@ -211,11 +211,10 @@ html:not(rl-mobile) {
|
|||
border-left-color: #ccc;
|
||||
}
|
||||
|
||||
.priorityHigh::before {
|
||||
content: '!'; /*❗*/
|
||||
&.priorityHigh .subjectParent::before {
|
||||
content: '! '; /*❗*/
|
||||
color: red;
|
||||
font-weight: bolder;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&.deleted {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,12 @@ html.rl-no-preview-pane {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.priorityHigh .subject::before {
|
||||
content: '! '; /*❗*/
|
||||
color: red;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.b-content {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
@ -79,7 +85,6 @@ html.rl-no-preview-pane {
|
|||
.flagParent {
|
||||
|
||||
cursor: pointer;
|
||||
margin: 0 0.25em;
|
||||
|
||||
.flagOn {
|
||||
color: orange;
|
||||
|
|
@ -106,6 +111,10 @@ html.rl-no-preview-pane {
|
|||
padding: 10px;
|
||||
flex-shrink: 0;
|
||||
|
||||
.fontastic + span {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.subjectParent {
|
||||
display: flex;
|
||||
font-size: 18px;
|
||||
|
|
@ -118,6 +127,7 @@ html.rl-no-preview-pane {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin: 0 0.25em;
|
||||
}
|
||||
.subject:empty {
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue