SAAS-1199 - stop user from dragging unimported podcast episodes
This commit is contained in:
parent
c5a5839eff
commit
5264bebe57
2 changed files with 36 additions and 26 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue