From 4b4783392871430284747d8608157e28fcd92042 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 21 Oct 2015 12:11:48 -0700 Subject: [PATCH] Make new-contact use cursor: pointer // FREEBIE --- stylesheets/_index.scss | 1 + stylesheets/manifest.css | 1 + 2 files changed, 2 insertions(+) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 7a2152eca..da9a29422 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -123,6 +123,7 @@ input.search { .new-contact { display: none; + cursor: pointer; background: $grey_l; .name, .last-timestamp, .avatar { display: none; } .contact-details::before { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 7f038f284..ba6a3508c 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -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; }