mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* fixed style of placeholder for task reorder
This commit is contained in:
parent
c3ff2b0ba8
commit
3d5687b433
2 changed files with 1 additions and 1 deletions
0
src/themes/default/images/icons.gif
Executable file → Normal file
0
src/themes/default/images/icons.gif
Executable file → Normal file
|
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue