summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-07-25 10:12:31 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-07-25 11:30:32 +0200
commitdaceef50ebb33a477795a0d790f17fc8770dc45d (patch)
treef3fc88d45881d8553db7d10594eae286c9a8ff7b /web/html/css
parent16e4708f1e85ee657a3de3e8ad9831e714344004 (diff)
downloadaurweb-daceef50ebb33a477795a0d790f17fc8770dc45d.tar.xz
Make deleted comments visible to Trusted Users
This allows Trusted Users to check whether a user posted a politically incorrect comment, even if he already deleted it. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aur.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index 9435e22..654116a 100644
--- a/web/html/css/aur.css
+++ b/web/html/css/aur.css
@@ -68,3 +68,7 @@
padding: 0;
border: none;
}
+
+.comment-deleted {
+ color: #999;
+}