PluginProbe ʕ •ᴥ•ʔ
Simple Page Ordering / 2.3.1
Simple Page Ordering v2.3.1
2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.8.0 trunk 0.8.4 0.9 0.9.1 0.9.5 0.9.6 1.0 2.0 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.3
simple-page-ordering / assets / css / simple-page-ordering.css
simple-page-ordering / assets / css Last commit date
scss 8 years ago simple-page-ordering.css 8 years ago simple-page-ordering.css.map 8 years ago
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 */