From 3488e86190135c019d1c311b5f25ae9a1afa8745 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 1 Apr 2016 14:24:27 -0700 Subject: [PATCH] Remove background color from new contacts // FREEBIE --- stylesheets/_index.scss | 1 - stylesheets/manifest.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 5b74572e..e29df619 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -120,7 +120,6 @@ input.search { display: none; cursor: pointer; opacity: 0.7; - background: $grey_l; .contact-details .number { display: block; font-style: italic; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 052ce5e0..c5fbd36a 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -544,8 +544,7 @@ input.search { .new-contact { display: none; cursor: pointer; - opacity: 0.7; - background: #f3f3f3; } + opacity: 0.7; } .new-contact .contact-details .number { display: block; font-style: italic;