diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-11-12 15:31:06 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-11-12 15:31:06 +0000 |
commit | 960b28c90a6ca8b9c61a3b376b4f9223203f4f06 (patch) | |
tree | 43b2c56407d38515e6bcaee5f679ea928520c46d /syweb/webclient/app.css | |
parent | Migrate unread messages logic to recentsService. (diff) | |
download | synapse-960b28c90a6ca8b9c61a3b376b4f9223203f4f06.tar.xz |
SYWEB-57: Highlight rooms which have had their bingers go off in blue.
Priority is the same as xchat so selected > blue > red.
Diffstat (limited to 'syweb/webclient/app.css')
-rwxr-xr-x | syweb/webclient/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index 7a4ff0467b..648388cdb9 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -816,6 +816,10 @@ textarea, input { background-color: #fee; } +.recentsRoomBing { + background-color: #eef; +} + .recentsRoomName { font-size: 16px; padding-top: 7px; |