Fix border-color on inactive conversation header

// FREEBIE
This commit is contained in:
lilia
2016-03-23 17:56:22 -07:00
parent 1b6eda6a8d
commit 3d34cdcc0c
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
.inactive .conversation-header {
background-color: $grey_l !important;
color: $grey_d;
border-color: 1px solid rgba(0,0,0,0.05);
border-color: rgba(0,0,0,0.05);
}
input.search {