diff --git a/app/assets/javascripts/player.coffee b/app/assets/javascripts/player.coffee
index d32521f..249b5cb 100644
--- a/app/assets/javascripts/player.coffee
+++ b/app/assets/javascripts/player.coffee
@@ -57,12 +57,11 @@ class window.Player
' +item.duration+ '
remove
-
' +item.artist+ '
' +item.name+ '
'
_player.playlist.push item
- $('.playlist').sortable axis: 'y', handle: '.drag'
+ $('.playlist').sortable axis: 'y', cursor: 'move'
if initial_count == 0 and not _player.hasTrack()
_player.setTrack($('.playlist li').first().attr('id').split('i')[1])
false
diff --git a/app/assets/stylesheets/player.scss b/app/assets/stylesheets/player.scss
index 2b19f9e..625d55c 100644
--- a/app/assets/stylesheets/player.scss
+++ b/app/assets/stylesheets/player.scss
@@ -60,14 +60,6 @@
list-style: none;
background-color: #ffffff;
border-bottom: #DDD 1px solid;
- .drag {
- float: left;
- margin: 11px 0 0 -6px;
- width: 15px;
- height: 26px;
- background: url("/assets/drag.png");
- cursor: pointer;
- }
.artist-name {
font-size: 11px;
margin: 0 0 0 5px;