Enable event player reordering
This commit is contained in:
@@ -226,6 +226,18 @@ table.widefat select.sp-outcome {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.widefat.sp-sortable-table tbody tr {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
table.widefat.sp-sortable-table tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table.widefat.sp-sortable-table tr:nth-child(2n-1) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.sp-admin-config-table th,
|
||||
.sp-admin-config-table td {
|
||||
padding: 8px 10px;
|
||||
|
||||
Reference in New Issue
Block a user