Better dnd box

This commit is contained in:
2017-03-18 20:19:23 +05:30
parent cdef139eca
commit 055c4f8bbf
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -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
============
+7
View File
@@ -124,3 +124,10 @@ ul.unstyled-list
{
border-top: none;
}
li[draggable] {
background-color: darkcyan;
color: white;
padding: .25em .5em;
margin: .5em 0;
}