Fix the background on the 'Mark as Read' button
This commit is contained in:
parent
e40144312f
commit
3d6975658c
@ -747,16 +747,19 @@ ts-message .reply_bar:hover {
|
|||||||
border-color: var(--border-dim);
|
border-color: var(--border-dim);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* orien */
|
/* orien : HERE */
|
||||||
#messages_unread_status {
|
#messages_unread_status {
|
||||||
border: 1px solid var(--attention);
|
border: 1px solid var(--attention);
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
}
|
}
|
||||||
#messages_unread_status:hover {
|
#messages_unread_status:hover, #messages_unread_status:hover .clear_unread_messages {
|
||||||
background-color: var(--background-elevated);
|
background-color: var(--background-elevated);
|
||||||
}
|
}
|
||||||
|
#messages_unread_status .clear_unread_messages {
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
#archives_return, .messages_banner {
|
#archives_return, .messages_banner {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
Loading…
Reference in New Issue
Block a user