diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-11-12 14:31:30 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-11-12 14:31:30 +0000 |
commit | e632fcd933b7259853ba0522e052e73fd4f4e71a (patch) | |
tree | f17d43d93bea6806bd4ded75457c33b63d87b5b9 /syweb/webclient/app.css | |
parent | Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, an... (diff) | |
download | synapse-e632fcd933b7259853ba0522e052e73fd4f4e71a.tar.xz |
SYWEB-57: Highlight rooms where the history has changed.
This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour.
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 403d615bf1..7a4ff0467b 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -812,6 +812,10 @@ textarea, input { background-color: #eee; } +.recentsRoomUnread { + background-color: #fee; +} + .recentsRoomName { font-size: 16px; padding-top: 7px; |