From 055c4f8bbf2d475309631dd2d4776dcf69f88ac9 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Sat, 18 Mar 2017 20:19:23 +0530 Subject: [PATCH] Better dnd box --- app/todo.md | 2 +- styles/style.css | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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