summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-08 11:33:12 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-08 11:33:12 -0700
commitde727f854a81c0a5610d82c4e173c13831836e9e (patch)
tree83bd2150dd4ae3d24f2756e7a8aa7d655abc0a32 /webclient/app.css
parentSort the public room list by display name. (diff)
downloadsynapse-de727f854a81c0a5610d82c4e173c13831836e9e.tar.xz
Make #matrix public rooms bold to make them stand out from the other public rooms. Ideally this would be metadata in /publicRooms to say something like 'featured channel', but for now, just make it a client side check.
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 7698cb4fda..0c6ae9b668 100755 --- a/webclient/app.css +++ b/webclient/app.css
@@ -269,6 +269,10 @@ a:active { color: #000; } background-color: #faa; } +.roomHighlight { + font-weight: bold; +} + /*** Participant list ***/ #usersTableWrapper {