Skip to content

Commit

Permalink
put styles back in for tracklist multi-select. might be confusing,
Browse files Browse the repository at this point in the history
but the behavior is already happening, and it's more confusing for
people to drag multiple tracks unexpectedly.
  • Loading branch information
rbuels committed Aug 25, 2012
1 parent ff66e56 commit ccda0e2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions main.css
Expand Up @@ -323,12 +323,13 @@ div.tracklist-label {
border-right: 1px solid #555;
}

/* .dojoDndItemSelected, .dojoDndItemAnchor { */
/* background: rgba( 220, 220, 255, 0.8); */
/* } */

div.tracklist-container {
padding: 2px 5px;
padding: 2px 3px;
margin-left: 3px;
}
div.tracklist-container.dojoDndItemSelected,
div.tracklist-container.dojoDndItemAnchor {
background: #396494;
}

.tracklist-container.dojoDndItemBefore {
Expand Down

0 comments on commit ccda0e2

Please sign in to comment.