Change colors of new message notification

This commit is contained in:
Orien Vandenbergh 2017-11-02 11:40:11 -06:00
parent e533485fe0
commit d7395ab9ad

View File

@ -747,6 +747,13 @@ ts-message .reply_bar:hover {
border-color: var(--border-dim);
}
/* orien */
#messages_unread_status {
border: 1px solid var(--attention);
background-color: var(--background);
border-radius: 0px;
}
#archives_return, .messages_banner {
color: var(--text);
background-color: var(--background-elevated);