From 61ab6350da6cc5d80f1d1b5563bbd16cc538d9fd Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 29 Apr 2016 20:36:08 +0300 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/4499 --- less/posts_list.less | 5 +++++ templates/partials/posts_list.tpl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@