Remove unread label border after reading

This commit is contained in:
Orien Vandenbergh 2017-11-02 14:01:25 -06:00
parent 575abc277e
commit 7b73ca9e78

View File

@ -509,13 +509,15 @@ ts-message a.timestamp{
padding: 4px 4px;
border-radius: 0px;
border: 1px solid var(--attention);
margin: 0px 11px -13px 0px;
margin: -1px 11px -13px 0px;
}
#msgs_div .unread_divider.no_unreads .divider_label
{
background: var(--background-elevated);
color: #aaa !important;
border: none;
margin-top: 0px;
}
#msgs_div .unread_divider.no_unreads hr{