Highlight messages using new push rules support in js sdk

This commit is contained in:
David Baker 2015-06-29 16:24:02 +01:00
parent 9aa9a60333
commit 57ba816919
3 changed files with 13 additions and 1 deletions

View file

@ -24,3 +24,7 @@ limitations under the License.
.mx_MessageTile.not_sent {
color: #f11;
}
.mx_MessageTile.highlight {
color: #00f;
}