grey out sending messages (although they don't go black until you send another message currently: awaiting fix in js sdk).
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
.mx_MessageTile {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.mx_MessageTile.sending {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.mx_MessageTile.not_sent {
|
||||
color: #f11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user