recent_topics: Show read topics in a darker shade.

This commit is contained in:
Aman Agrawal 2020-07-05 15:50:53 +05:30 committed by Tim Abbott
parent 15c4a72ac5
commit 9ed3e47796
2 changed files with 8 additions and 0 deletions

View File

@ -443,6 +443,10 @@ on a dark background, and don't change the dark labels dark either. */
}
}
#recent_topics_table .unread_topic {
background-color: hsl(211, 28%, 16%);
}
.btn-recent-selected,
.recent_topics_table thead th {
background-color: hsl(0, 0%, 0%) !important;

View File

@ -229,6 +229,10 @@
}
}
.unread_topic {
background-color: hsl(0, 0%, 100%);
}
.last_msg_time {
float: left;
margin-right: 5px;