* fixed style of placeholder for task reorder

This commit is contained in:
Max Pozdeev 2010-08-27 17:15:44 +04:00
parent c3ff2b0ba8
commit 3d5687b433
2 changed files with 1 additions and 1 deletions

0
src/themes/default/images/icons.gif Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

View file

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