Fix border-color on inactive conversation header
// FREEBIE
This commit is contained in:
parent
1b6eda6a8d
commit
3d34cdcc0c
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue