summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-05 14:09:14 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-05 14:09:14 +0200
commit584591c3e3e20022fb22f20c273940df50f05d0b (patch)
tree18715f6558682f9617da967fc1e2817e024cb4a8 /webclient/app.css
parentCleaned all sending references as it not used (diff)
downloadsynapse-584591c3e3e20022fb22f20c273940df50f05d0b.tar.xz
Fixed duplicated messages sending in slow network condition.
Show the message sending flow state in the messages list:
  - While sending, the message appears semi transparent in the chat.
  - If successfully sent, it appears as before, ie normal
  - In case of failure, it appears in red with an Unsent text.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 425d5bb11a..9a4666ad7b 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -417,6 +417,13 @@ a:active  { color: #000; }
     text-align: left ! important;
 }
 
+.bubble .messagePending {
+    opacity: 0.3
+}
+.messageUnSent {
+    color: #F00;
+}
+
 #room-fullscreen-image {
     position: absolute;
     top: 0px;