Add track with drag-n-drop
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
|
||||
.playlist {
|
||||
margin: 20px 0 0 0;
|
||||
min-height: 300px;
|
||||
li {
|
||||
list-style: none;
|
||||
background-color: #ffffff;
|
||||
@@ -117,4 +118,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
tr.track {
|
||||
display: block !important;
|
||||
background-color: #fff;
|
||||
width: 280px;
|
||||
height: 47px;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user