summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-17 16:29:21 +0100
committerKegan Dougal <kegan@matrix.org>2014-09-17 16:38:40 +0100
commit16f55d42752ad8feb473963457834c4fa752245a (patch)
tree204de3d69cc1682331e3316d5f2fdd129fcea8f4 /webclient/app.css
parentSYWEB-30: BF: When switching between rooms, pagination flickered between the ... (diff)
downloadsynapse-16f55d42752ad8feb473963457834c4fa752245a.tar.xz
webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which doesn't clutter the recents list.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 704cd83947..736aea660c 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -603,6 +603,10 @@ a:active  { color: #000; }
     width: auto;
 }
 
+.recentsPublicRoom {
+    font-weight: bold;
+}
+
 .recentsRoomSummaryUsersCount, .recentsRoomSummaryTS {
     color: #888;
     font-size: 12px;