SAAS-1199 - stop user from dragging unimported podcast episodes

This commit is contained in:
Duncan Sommerville 2015-11-11 11:16:02 -05:00
parent c5a5839eff
commit 5264bebe57
2 changed files with 36 additions and 26 deletions

View file

@ -1004,6 +1004,13 @@ div.blockOverlay {
table.dataTable tbody tr,
table.dataTable span.DataTables_sort_icon {
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
table.dataTable th.ui-state-default {