simple-page-ordering.css
26 lines
| 1 | .wp-list-table .ui-sortable tr { |
| 2 | cursor: move; } |
| 3 | .wp-list-table .ui-sortable tr.inline-editor { |
| 4 | cursor: default; } |
| 5 | |
| 6 | .wp-list-table .spo-updating tr { |
| 7 | cursor: default; } |
| 8 | |
| 9 | .wp-list-table .ui-sortable-placeholder { |
| 10 | outline: 1px dashed #bbb; |
| 11 | background: #F1F1F1; |
| 12 | visibility: visible !important; } |
| 13 | |
| 14 | .wp-list-table .ui-sortable-helper { |
| 15 | background-color: #fff; |
| 16 | outline: 1px solid #e1e1e1; } |
| 17 | |
| 18 | .spo-updating-row .check-column { |
| 19 | display: table-cell; |
| 20 | float: none; |
| 21 | margin: 0; |
| 22 | background-position: 9px 9px; } |
| 23 | .spo-updating-row .check-column input { |
| 24 | visibility: hidden; } |
| 25 | |
| 26 | /*# sourceMappingURL=simple-page-ordering.css.map */ |