handle room invites
This commit is contained in:
parent
2ba4ad04d1
commit
c425886a45
5 changed files with 88 additions and 20 deletions
|
@ -27,6 +27,10 @@
|
|||
background-color: #66e;
|
||||
}
|
||||
|
||||
.mx_RoomTile.invited {
|
||||
background-color: #6e6;
|
||||
}
|
||||
|
||||
.mx_RoomTile:hover {
|
||||
background-color: #ff8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue