CC-2476:Dragging a playlist, draws a orange grid

- fixed(Thanks to Vladimir)
This commit is contained in:
james 2011-07-04 11:35:35 -04:00
parent 22df189cdc
commit d9a9af9e6d

View file

@ -45,4 +45,11 @@
}
.paginationControl .ui-button-text-only .ui-button-text {
padding: 0.2em 1em;
}
}
#library_display td {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}