Add sortable handle to event players
This commit is contained in:
@@ -241,7 +241,7 @@ table.widefat select.sp-outcome {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.widefat.sp-sortable-table tbody tr {
|
table.widefat.sp-sortable-table tbody tr .icon {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -260,6 +260,7 @@ jQuery(document).ready(function($){
|
|||||||
|
|
||||||
// Sortable tables
|
// Sortable tables
|
||||||
$(".sp-sortable-table tbody").sortable({
|
$(".sp-sortable-table tbody").sortable({
|
||||||
|
handle: ".icon",
|
||||||
axis: "y"
|
axis: "y"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user