From 39ff6c840f79488b1461688899cff105fce62043 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 18 Aug 2014 01:30:58 +0100 Subject: [PATCH] make my emotes white again --- webclient/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webclient/app.css b/webclient/app.css index 750483b27..b9e7771ca 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; }