From 32dca322af0a29715e6da1022a92555d4f0832db Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Mon, 4 Apr 2011 11:51:06 +0000 Subject: [PATCH] Styling for revdel'd revision links for oversighters/admins: make the links still be greyed out, but still active and with underline-on-hover. --- skins/common/shared.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index 07e513435d..2af7c88047 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -85,6 +85,9 @@ li span.deleted, span.history-deleted { color: #888; font-style: italic; } +li span.deleted a, span.history-deleted a { + color: #888; +} /** * Patrol stuff -- 2.20.1