diff --git a/less/posts_list.less b/less/posts_list.less index f5947c9..450f860 100644 --- a/less/posts_list.less +++ b/less/posts_list.less @@ -7,6 +7,11 @@ width: 100%; margin-bottom: 0px; + &.deleted { + -moz-opacity: 0.30; + opacity: 0.30; + } + .user-img { .user-icon-style(@icon-radius * 2px, 1.5rem, 50%); position: absolute; diff --git a/templates/partials/posts_list.tpl b/templates/partials/posts_list.tpl index 882e1aa..ffe6935 100644 --- a/templates/partials/posts_list.tpl +++ b/templates/partials/posts_list.tpl @@ -1,7 +1,7 @@