From 0582a947a61e256c5c85f034acb86859621d879b Mon Sep 17 00:00:00 2001 From: karolinaszczur Date: Wed, 25 Sep 2013 13:18:14 +0200 Subject: [PATCH] [ux] make pending messages different color --- public/css/app/chat.styl | 2 +- public/css/otalk.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/app/chat.styl b/public/css/app/chat.styl index eb56e17..3527654 100644 --- a/public/css/app/chat.styl +++ b/public/css/app/chat.styl @@ -109,7 +109,7 @@ content: 'edited ' &.pending - background-color: red + color: lighten($baseText, 50%) .body display: inline diff --git a/public/css/otalk.css b/public/css/otalk.css index 7aef622..9eb05ff 100644 --- a/public/css/otalk.css +++ b/public/css/otalk.css @@ -728,7 +728,7 @@ h3 { content: 'edited '; } .messages .message.pending { - background-color: #f00; + color: #ababab; } .messages .message .body { display: inline;