summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-21 19:02:00 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-21 19:02:00 +0100
commit3277a650529d4ecaf816987e6cbcb87fdf3371da (patch)
tree8b42774eb4386ef79c7dc708320c68b5baf5fa79 /webclient/app.css
parentAdd a var. (diff)
downloadsynapse-3277a650529d4ecaf816987e6cbcb87fdf3371da.tar.xz
actually display room metadata based on m.room.membe events
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 83b0c9c65a..a63b5db4d6 100644 --- a/webclient/app.css +++ b/webclient/app.css
@@ -245,6 +245,10 @@ h1 { background-color: #fff ! important; } +.mine .membership { + background-color: #fff ! important; +} + .mine .text .bubble { text-align: left ! important; }