Remove background color from new contacts

// FREEBIE
pull/749/head
lilia 9 years ago
parent 6be7b765b2
commit 3488e86190

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

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

Loading…
Cancel
Save