Make new-contact use cursor: pointer

// FREEBIE
This commit is contained in:
lilia 2015-10-21 12:11:48 -07:00
parent 2e32c7bbc3
commit 4b47833928
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -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; }