|
|
|
@ -243,6 +243,10 @@ img.emoji {
|
|
|
|
|
color: white;
|
|
|
|
|
border: solid 1px rgba(255, 255, 255, 0.6); }
|
|
|
|
|
|
|
|
|
|
.inactive .contact.selected {
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
border-left: 5px solid #2090ea; }
|
|
|
|
|
|
|
|
|
|
.contact {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 12px;
|
|
|
|
@ -251,9 +255,7 @@ img.emoji {
|
|
|
|
|
background: rgba(255, 255, 255, 0.6);
|
|
|
|
|
margin: 1px; }
|
|
|
|
|
.contact.selected {
|
|
|
|
|
background: #ecf3fc;
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
border-left: 5px solid #2090ea; }
|
|
|
|
|
background: #ecf3fc; }
|
|
|
|
|
.contact:first-child {
|
|
|
|
|
margin-top: 0; }
|
|
|
|
|
.contact:last-child::after {
|
|
|
|
|