summary refs log tree commit diff
path: root/syweb/webclient/app.css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-11-12 14:31:30 +0000
committerKegan Dougal <kegan@matrix.org>2014-11-12 14:31:30 +0000
commite632fcd933b7259853ba0522e052e73fd4f4e71a (patch)
treef17d43d93bea6806bd4ded75457c33b63d87b5b9 /syweb/webclient/app.css
parentRemove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, an... (diff)
downloadsynapse-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-xsyweb/webclient/app.css4
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;