Make new-contact use cursor: pointer
// FREEBIE
This commit is contained in:
parent
2e32c7bbc3
commit
4b47833928
2 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,7 @@ input.search {
|
||||||
|
|
||||||
.new-contact {
|
.new-contact {
|
||||||
display: none;
|
display: none;
|
||||||
|
cursor: pointer;
|
||||||
background: $grey_l;
|
background: $grey_l;
|
||||||
.name, .last-timestamp, .avatar { display: none; }
|
.name, .last-timestamp, .avatar { display: none; }
|
||||||
.contact-details::before {
|
.contact-details::before {
|
||||||
|
|
|
@ -491,6 +491,7 @@ input.search {
|
||||||
|
|
||||||
.new-contact {
|
.new-contact {
|
||||||
display: none;
|
display: none;
|
||||||
|
cursor: pointer;
|
||||||
background: #f3f3f3; }
|
background: #f3f3f3; }
|
||||||
.new-contact .name, .new-contact .last-timestamp, .new-contact .avatar {
|
.new-contact .name, .new-contact .last-timestamp, .new-contact .avatar {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue