Skip to content

Commit

Permalink
chat list more intuitive
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranErry committed Apr 17, 2019
1 parent f6f9202 commit e542504
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions views/chat.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;}
Expand Down

0 comments on commit e542504

Please sign in to comment.