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:
David Baker
2015-06-18 15:49:41 +01:00
parent b31794cda5
commit 847e816035
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
.mx_MessageTile {
border-bottom: 1px solid #eee;
}
.mx_MessageTile.sending {
color: #ddd;
}
.mx_MessageTile.not_sent {
color: #f11;
}