Mark buffers as unread on new message

This commit is contained in:
Simon Ser
2020-06-24 16:56:28 +02:00
parent 9ff1f164e0
commit cbe76ab824
4 changed files with 64 additions and 23 deletions
+3
View File
@@ -79,6 +79,9 @@ a {
#sidebar .active a {
color: black;
}
#sidebar .unread-message a {
font-weight: bold;
}
#sidebar a:hover, #sidebar a:active,
a.timestamp:hover, a.timestamp:active,
a.nick:hover, a.nick:active {