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 15:31:06 +0000
committerKegan Dougal <kegan@matrix.org>2014-11-12 15:31:06 +0000
commit960b28c90a6ca8b9c61a3b376b4f9223203f4f06 (patch)
tree43b2c56407d38515e6bcaee5f679ea928520c46d /syweb/webclient/app.css
parentMigrate unread messages logic to recentsService. (diff)
downloadsynapse-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-xsyweb/webclient/app.css4
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;