[By cuom1999] Update cursor for delete button

This commit is contained in:
thanhluong 2020-05-17 18:42:33 +00:00
parent 9463e9bb0c
commit d3f904283d

View file

@ -44,7 +44,7 @@
</a> </a>
<span class="time">${time}</span> <span class="time">${time}</span>
{% if request.user.is_staff %} {% if request.user.is_staff %}
<a class="chatbtn_remove_mess" data-messtime="${time}" data-author="${user}" data-messid="${messid}">Delete</a> <a class="chatbtn_remove_mess" style="color:red; cursor: pointer;" data-messtime="${time}" data-author="${user}" data-messid="${messid}">Delete</a>
{% endif %} {% endif %}
</div> </div>
<span class="content-message">${content} </span> <span class="content-message">${content} </span>