diff --git a/app/todo.md b/app/todo.md index 61e494f..d82a717 100644 --- a/app/todo.md +++ b/app/todo.md @@ -1,7 +1,6 @@ Left to do ========== -2. Use better DnD logic and make it directive - better logic for draggable 4. Fix pie label position logic 3. clean up css file @@ -9,6 +8,7 @@ Done ----- -- 1. Make d3-tip a service -- 3. Move d3 and other src files to chart directive [Not possible directly] +-- 5. better looking dnd boxes Think later ============ diff --git a/styles/style.css b/styles/style.css index 8d20729..061adf6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -124,3 +124,10 @@ ul.unstyled-list { border-top: none; } + +li[draggable] { + background-color: darkcyan; + color: white; + padding: .25em .5em; + margin: .5em 0; +} \ No newline at end of file