diff --git a/views/chat.hbs b/views/chat.hbs index d02625f5..f7f29098 100644 --- a/views/chat.hbs +++ b/views/chat.hbs @@ -69,10 +69,11 @@ img{ max-width:100%;} } .chat_people{ - background: #e8eaef; + background: white; overflow:hidden; clear:both; padding: 7px 0 7px; + border-bottom: solid thin; } .chat_list { @@ -83,8 +84,8 @@ img{ max-width:100%;} .inbox_chat { height: 595px; overflow-y: scroll;} .active_chat{ - /*background:#ebebeb;*/ - background: white; + background: #e8eaef; + /*border: solid medium;*/ } .inactive_chat{ background: #e8eaef;}