Remove background color from new contacts

// FREEBIE
This commit is contained in:
lilia 2016-04-01 14:24:27 -07:00
parent 6be7b765b2
commit 3488e86190
2 changed files with 1 additions and 3 deletions

View file

@ -120,7 +120,6 @@ input.search {
display: none;
cursor: pointer;
opacity: 0.7;
background: $grey_l;
.contact-details .number {
display: block;
font-style: italic;

View file

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