From 1ac865d5dd2f40e1a1e655da985fee783ba95ae8 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Thu, 28 Oct 2010 14:55:21 +0400 Subject: [PATCH] - tag preview css fix for completed tasks --- src/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/style.css b/src/themes/default/style.css index d5db4bb..4108083 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -178,7 +178,7 @@ li.task-completed .task-through { text-decoration:line-through; } li.task-completed .task-title a { color:#777777; } #tasklist li.task-completed { opacity:0.6; filter:alpha(opacity=60); } #tasklist li.task-completed:hover { opacity:1.0; filter:alpha(opacity=100); } -li.not-in-tagpreview { opacity:0.1; filter: alpha(opacity=10); } +#tasklist li.not-in-tagpreview { opacity:0.1; filter: alpha(opacity=10); } #tasklist li.mtt-task-placeholder { min-height:0px; padding:0px; height:18px; line-height:18px; background-color:#ddd; border:1px solid #aaa;