Make new-contact use cursor: pointer

// FREEBIE
pull/749/head
lilia 10 years ago
parent 2e32c7bbc3
commit 4b47833928

@ -123,6 +123,7 @@ input.search {
.new-contact {
display: none;
cursor: pointer;
background: $grey_l;
.name, .last-timestamp, .avatar { display: none; }
.contact-details::before {

@ -491,6 +491,7 @@ input.search {
.new-contact {
display: none;
cursor: pointer;
background: #f3f3f3; }
.new-contact .name, .new-contact .last-timestamp, .new-contact .avatar {
display: none; }

Loading…
Cancel
Save