Remove unread label border after reading
This commit is contained in:
parent
575abc277e
commit
7b73ca9e78
@ -509,13 +509,15 @@ ts-message a.timestamp{
|
|||||||
padding: 4px 4px;
|
padding: 4px 4px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border: 1px solid var(--attention);
|
border: 1px solid var(--attention);
|
||||||
margin: 0px 11px -13px 0px;
|
margin: -1px 11px -13px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#msgs_div .unread_divider.no_unreads .divider_label
|
#msgs_div .unread_divider.no_unreads .divider_label
|
||||||
{
|
{
|
||||||
background: var(--background-elevated);
|
background: var(--background-elevated);
|
||||||
color: #aaa !important;
|
color: #aaa !important;
|
||||||
|
border: none;
|
||||||
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#msgs_div .unread_divider.no_unreads hr{
|
#msgs_div .unread_divider.no_unreads hr{
|
||||||
|
Loading…
Reference in New Issue
Block a user