Remove background color from new contacts
// FREEBIE
This commit is contained in:
parent
6be7b765b2
commit
3488e86190
2 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue