summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-18 01:30:58 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-18 01:30:58 +0100
commit39ff6c840f79488b1461688899cff105fce62043 (patch)
treec7c91554885dc08e3d3fa785f1d81176e7d7c0a5 /webclient/app.css
parentmake text font sizes consistent (diff)
downloadsynapse-39ff6c840f79488b1461688899cff105fce62043.tar.xz
make my emotes white again
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 750483b273..b9e7771ca8 100644 --- a/webclient/app.css +++ b/webclient/app.css
@@ -236,6 +236,10 @@ h1 { background-color: #f8f8ff ! important; } +.mine .emote { + background-color: #fff ! important; +} + .mine .text .bubble { text-align: left ! important; }