From 3d7c197e90d13ae87df0c67ca87abcd21cf83a4d Mon Sep 17 00:00:00 2001 From: Accensus Date: Sun, 18 Jun 2017 17:07:13 +0300 Subject: [PATCH] Added a dark-red background color for reported posts/threads. Thread will light up if there is a reported post in it. Reported post will also light up in same color. --- zdblack/theme/colours.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/zdblack/theme/colours.css b/zdblack/theme/colours.css index 88d28dd..a4e2062 100644 --- a/zdblack/theme/colours.css +++ b/zdblack/theme/colours.css @@ -222,9 +222,13 @@ dl.details dd { color: #BC2A4D; } -/*.reported { - background-color: transparent; -}*/ +.reported .inner { + background-color: rgba(95, 0, 0, 0.75); +} + +.reported { + background-color: rgba(95, 0, 0, 0.75); +} li.reported:hover { background-color: #34373d !important;