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 {

View file

@ -488,7 +488,7 @@ input[type=text]:active, input[type=text]:focus, input[type=search]:active, inpu
.inactive .conversation-header {
background-color: #f3f3f3 !important;
color: #454545;
border-color: 1px solid rgba(0, 0, 0, 0.05); }
border-color: rgba(0, 0, 0, 0.05); }
input.search {
border: none;