diff --git a/app/assets/main.css b/app/assets/main.css index fee1ff3..4215132 100644 --- a/app/assets/main.css +++ b/app/assets/main.css @@ -116,6 +116,10 @@ input#volume:focus { background: none; } +.playlist .state-cursor { + cursor: default; +} + .playlist .selection.point { width: 2px !important; transform: translateX(-0.5px); /* Correct for the extra 1px of width we add. */