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