Add delete contact feature

This commit is contained in:
pleasega
2018-05-01 02:51:31 +08:00
parent 4ab3c12c0e
commit fcca14f901
9 changed files with 106 additions and 3 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ html, body {
display: block;
}
.actions .new-msg:hover, .actions .gps:hover, .actions .ok-btn:hover {
.actions .new-msg:hover, .actions .gps:hover, .actions .ok-btn:hover, .actions .del-contact:hover {
background-color: #f1f1f1;
}