summary refs log tree commit diff
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
parentmake text font sizes consistent (diff)
downloadsynapse-39ff6c840f79488b1461688899cff105fce62043.tar.xz
make my emotes white again
-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;
 }