summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-16 15:31:18 +0100
committerKegan Dougal <kegan@matrix.org>2014-09-16 15:35:23 +0100
commitb36a0c71d1da1fd23a154389c692f6644a3e7ac2 (patch)
tree0fd3d454ae37fb2d220dd05b6ec9799d8b9d1dcf /webclient/app.css
parentAdded bing detection logic. Persist the display name of the user in localstor... (diff)
downloadsynapse-b36a0c71d1da1fd23a154389c692f6644a3e7ac2.tar.xz
Added utility function containsBingWord and hook up some css to it.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 4a4ba7b8f4..b947d8b663 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -538,6 +538,10 @@ a:active  { color: #000; }
     color: #F00;
 }
 
+.messageBing {
+    color: #00F;
+}
+
 #room-fullscreen-image {
     position: absolute;
     top: 0px;