diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-27 17:20:41 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-27 17:20:53 +0200 |
commit | d9155b6a25d706edb85706a1c0cff6dacbdc1640 (patch) | |
tree | b1b0119000e2c5ab0a3ca5866040764700a003c6 /webclient/app.css | |
parent | Added the recents component at the left hand side of the room page (diff) | |
download | synapse-d9155b6a25d706edb85706a1c0cff6dacbdc1640.tar.xz |
Highlight the current room in the recents list
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 4 |
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; |