From 3d5687b433ea7efe798abedd55318cbfcd4b5e4b Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Fri, 27 Aug 2010 17:15:44 +0400 Subject: [PATCH] * fixed style of placeholder for task reorder --- src/themes/default/images/icons.gif | Bin src/themes/default/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/themes/default/images/icons.gif diff --git a/src/themes/default/images/icons.gif b/src/themes/default/images/icons.gif old mode 100755 new mode 100644 diff --git a/src/themes/default/style.css b/src/themes/default/style.css index 3d8436c..7f0bd3f 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -172,7 +172,7 @@ li.task-completed .task-toggle { opacity:0.8; } li.not-in-tagpreview { opacity:0.1; } #tasklist li.mtt-task-placeholder { min-height:0px; padding:0px; height:18px; line-height:18px; - background-color:#FDD017; border:1px solid #FBB917; + background-color:#ddd; border:1px solid #aaa; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }