Highlight unread emails in convo viewer.
This commit is contained in:
parent
b2a43bfa67
commit
99e0f689a8
1 changed files with 11 additions and 1 deletions
12
ui/geary.css
12
ui/geary.css
|
|
@ -82,10 +82,20 @@ row.geary-folder-popover-list-row > label {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* ConversationEmail */
|
||||
|
||||
.geary-unread .geary-message-summary {
|
||||
border-color: @theme_selected_bg_color;
|
||||
transition: border 0.25s;
|
||||
}
|
||||
|
||||
/* ConversationMessage */
|
||||
|
||||
.geary-message-summary {
|
||||
margin: 12px;
|
||||
border-top: 4px solid transparent;
|
||||
padding: 12px;
|
||||
padding-top: 8px;
|
||||
transition: border 4s;
|
||||
}
|
||||
|
||||
.geary-headers label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue