summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-27 17:20:41 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-27 17:20:53 +0200
commitd9155b6a25d706edb85706a1c0cff6dacbdc1640 (patch)
treeb1b0119000e2c5ab0a3ca5866040764700a003c6 /webclient/app.css
parentAdded the recents component at the left hand side of the room page (diff)
downloadsynapse-d9155b6a25d706edb85706a1c0cff6dacbdc1640.tar.xz
Highlight the current room in the recents list
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css

index e2526dcbaa..8abdd1cb44 100644 --- a/webclient/app.css +++ b/webclient/app.css
@@ -368,6 +368,10 @@ h1 { background-color: #f8f8ff; } +.recentsRoomSelected { + background-color: #eee; +} + .recentsRoomName { font-size: 16px; padding-top: 7px;