diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-16 15:31:18 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-16 15:35:23 +0100 |
commit | b36a0c71d1da1fd23a154389c692f6644a3e7ac2 (patch) | |
tree | 0fd3d454ae37fb2d220dd05b6ec9799d8b9d1dcf /webclient/app.css | |
parent | Added bing detection logic. Persist the display name of the user in localstor... (diff) | |
download | synapse-b36a0c71d1da1fd23a154389c692f6644a3e7ac2.tar.xz |
Added utility function containsBingWord and hook up some css to it.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 4 |
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; |