Add bottom border to conversation header

// FREEBIE
This commit is contained in:
lilia 2015-09-02 18:26:44 -07:00
parent cee2d4cc6b
commit 9566f10ca4
2 changed files with 3 additions and 1 deletions

View file

@ -65,6 +65,7 @@
.conversation-header {
background: $grey_l;
border-bottom: solid 1px darken($grey_l, 10%);
}
.menu.conversation-menu {
float: right;

View file

@ -394,7 +394,8 @@ img.emoji {
display: block; }
.conversation-header {
background: #f3f3f3; }
background: #f3f3f3;
border-bottom: solid 1px #d9d9d9; }
.menu.conversation-menu {
float: right;