Restyle new-contact element

Bring it into line with the style of the other contacts.

// FREEBIE
This commit is contained in:
lilia 2015-09-14 15:32:44 -07:00
parent b81d93177a
commit 712cad352c
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ input.search {
.new-contact { .new-contact {
display: none; display: none;
background: $grey_l; background: $grey_l;
.name { display: none; } .name, .last-timestamp, .avatar { display: none; }
.contact-details::before { .contact-details::before {
content: 'Create new contact'; content: 'Create new contact';
display: block; display: block;

View file

@ -451,7 +451,7 @@ input.search {
.new-contact { .new-contact {
display: none; display: none;
background: #f3f3f3; } background: #f3f3f3; }
.new-contact .name { .new-contact .name, .new-contact .last-timestamp, .new-contact .avatar {
display: none; } display: none; }
.new-contact .contact-details::before { .new-contact .contact-details::before {
content: 'Create new contact'; content: 'Create new contact';