mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Added edit comment button.
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user