From b5a26f4ce7f6701ed8c90fb9efe043f3224363db Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Tue, 12 Jul 2011 19:08:46 -0500 Subject: [PATCH] Much easier to hide the whole list item. If they want to unhide it, they can still see the link to do so. --- css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/popup.css b/css/popup.css index 11a6bb4..987744b 100644 --- a/css/popup.css +++ b/css/popup.css @@ -48,7 +48,7 @@ a:hover { #posts li.stale { display: none; } -li[data-hidestatus="true"] .votes, li[data-hidestatus="true"] .thumblink, li[data-hidestatus="true"] .link, li[data-hidestatus="true"] .domain, li[data-hidestatus="true"] .meta, li[data-hidestatus="true"] .actions *:not(.hide){ +li[data-hidestatus="true"] { opacity: 0.25; } .votes {