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; }