Highlight rooms with unread messages

This commit is contained in:
David Baker 2015-06-18 14:35:17 +01:00
parent 5c56b201fc
commit 7c405f673a
3 changed files with 46 additions and 7 deletions

View file

@ -13,10 +13,6 @@
border: 2px inset #eee;
}
.mx_RoomTile:hover {
background-color: #aad;
}
.mx_RoomTile_name {
font-size: 80%;
font-weight: bold;
@ -26,3 +22,11 @@
overflow: hidden;
text-overflow: ellipsis;
}
.mx_RoomTile.unread {
background-color: #66e;
}
.mx_RoomTile:hover {
background-color: #ff8;
}