fix: cursor pointer on links delete/validate

This commit is contained in:
Benoît Latinier 2016-07-16 00:09:23 +02:00
parent 7a79746f73
commit 1516f56cbd

View File

@ -113,3 +113,6 @@ a {
text-align: center;
width: 100%;
}
.isso-comment-footer a {
cursor: pointer;
}