Highlight rooms with unread messages
This commit is contained in:
parent
5c56b201fc
commit
7c405f673a
3 changed files with 46 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue