Added delete comment button.

This commit is contained in:
Pierre
2018-01-23 06:41:17 +01:00
parent b8e76b05ff
commit 298d0b37d1
2 changed files with 28 additions and 1 deletions

View File

@ -16,4 +16,13 @@
width: 100px !important;
height: auto !important;
float: none;
}
.post-comments .delete-comment-link {
margin-left: 5px;
color: #b5bbc8;
}
.post-comments .delete-comment-link:active {
color: black;
}