mirror of https://github.com/zulip/zulip.git
recent_topics: Show read topics in a darker shade.
This commit is contained in:
parent
15c4a72ac5
commit
9ed3e47796
|
@ -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;
|
||||
|
|
|
@ -229,6 +229,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.unread_topic {
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
}
|
||||
|
||||
.last_msg_time {
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Reference in New Issue