mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Added edit post button
This commit is contained in:
@ -24,12 +24,14 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Posts deletion
|
||||
* Posts deletion and edition
|
||||
*/
|
||||
.post .del-post-div a {
|
||||
.post .del-post-div a,
|
||||
.post .edit-post-div a {
|
||||
color: #b5bbc8;
|
||||
}
|
||||
.post .del-post-div a:active {
|
||||
.post .del-post-div a:active,
|
||||
.post .edit-post-div a:active {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user