Restyle new-contact element
Bring it into line with the style of the other contacts. // FREEBIE
This commit is contained in:
parent
b81d93177a
commit
712cad352c
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue