Added edit comment button.

This commit is contained in:
Pierre
2018-01-25 06:58:26 +01:00
parent 2065cc03d7
commit 9399b89e34
2 changed files with 23 additions and 4 deletions

View File

@ -18,11 +18,13 @@
float: none;
}
.post-comments .delete-comment-link {
.post-comments .delete-comment-link,
.post-comments .edit-comment-link {
margin-left: 5px;
color: #b5bbc8;
}
.post-comments .delete-comment-link:active {
.post-comments .delete-comment-link:active,
.post-comments .edit-comment-link:active {
color: black;
}