codemirror
4 months ago
datatables
4 months ago
admin-menu-organizer.css
4 months ago
admin-page.css
4 months ago
content-order.css
4 months ago
gutenberg-content-duplication.css
4 months ago
hide-admin-notices.css
4 months ago
image-sizes-panel.css
4 months ago
jBox.all.min.css
4 months ago
list-table.css
4 months ago
list-tables-content-order.css
4 months ago
maintenance.css
4 months ago
media-categories-frontend.css
4 months ago
media-replace-frontend.css
4 months ago
media-replace.css
4 months ago
select2.min.css
4 months ago
settings-wpeditor.css
4 months ago
wp-admin.css
4 months ago
wp-block-editor.css
4 months ago
content-order.css
161 lines
| 1 | /* Styling for Content Management >> Content Order pages */ |
| 2 | .page-header { |
| 3 | display: flex; |
| 4 | align-items: baseline; |
| 5 | justify-content: space-between; |
| 6 | } |
| 7 | |
| 8 | .page-header h2 { |
| 9 | font-size: 23px; |
| 10 | font-weight: 400; |
| 11 | margin: 0; |
| 12 | padding: 9px 0 4px; |
| 13 | line-height: 1.3; |
| 14 | } |
| 15 | |
| 16 | #screen-meta-links { |
| 17 | display: none; |
| 18 | } |
| 19 | |
| 20 | #toggles { |
| 21 | display: none; |
| 22 | } |
| 23 | |
| 24 | #toggle-excerpt { |
| 25 | position: relative; |
| 26 | top: 2px; |
| 27 | } |
| 28 | |
| 29 | #toggles input[type="checkbox"] { |
| 30 | margin-left: 8px; |
| 31 | } |
| 32 | |
| 33 | #toggles label { |
| 34 | font-size: 14px; |
| 35 | } |
| 36 | |
| 37 | |
| 38 | |
| 39 | #item-list { |
| 40 | margin-bottom: -20px; |
| 41 | } |
| 42 | |
| 43 | #item-list.asenha-content-order li.list-item { |
| 44 | position: relative; |
| 45 | clear: both; |
| 46 | overflow: hidden; |
| 47 | margin-bottom: 0; |
| 48 | padding: 0; |
| 49 | background: none; |
| 50 | box-shadow: none; |
| 51 | } |
| 52 | |
| 53 | .row.ui-sortable-handle { |
| 54 | background: #fff; |
| 55 | margin-top: 3px; |
| 56 | margin-bottom: 3px; |
| 57 | border: 1px solid #c3c4c7; |
| 58 | } |
| 59 | .row-content { |
| 60 | display: flex; |
| 61 | align-items: center; |
| 62 | position: relative; |
| 63 | padding: 11px 16px 9px; |
| 64 | font-size: 14px; |
| 65 | font-weight: 700; |
| 66 | cursor: move; |
| 67 | overflow: hidden; |
| 68 | } |
| 69 | .content-main { |
| 70 | display: flex; |
| 71 | align-items: center; |
| 72 | white-space: nowrap; |
| 73 | overflow: hidden; |
| 74 | text-overflow: clip; |
| 75 | } |
| 76 | .content-additional { |
| 77 | display: flex; |
| 78 | align-items: center; |
| 79 | height: 100%; |
| 80 | position: absolute; |
| 81 | top: 0; |
| 82 | right: 8px; |
| 83 | } |
| 84 | .row-content:hover { |
| 85 | background: #fff6e5; |
| 86 | } |
| 87 | .ui-sortable-placeholder { |
| 88 | border-radius: 0 !important; |
| 89 | background: #cdddd6 !important; |
| 90 | border: 1px dashed #508871 !important; |
| 91 | visibility: visible !important; |
| 92 | } |
| 93 | .row-content .dashicons.dashicons-menu { |
| 94 | position: relative; |
| 95 | top: -1px; |
| 96 | margin-right: 4px; |
| 97 | } |
| 98 | .row-content:hover .dashicons.dashicons-menu { |
| 99 | color: inherit; |
| 100 | } |
| 101 | |
| 102 | |
| 103 | |
| 104 | a.item-title, |
| 105 | a.item-view-link { |
| 106 | text-decoration: none; |
| 107 | } |
| 108 | a.item-title:hover { |
| 109 | text-decoration: underline; |
| 110 | } |
| 111 | .item-status-hidden, |
| 112 | .wp-core-ui .button.item-view-link { |
| 113 | display: none; |
| 114 | } |
| 115 | .wp-core-ui .row-content:hover .button.item-view-link { |
| 116 | display: inherit; |
| 117 | display: flex; |
| 118 | } |
| 119 | .wp-core-ui .button.item-view-link { |
| 120 | font-weight: normal; |
| 121 | box-shadow: 0 0 8px 8px #fff6e5; |
| 122 | } |
| 123 | .has-child-label { |
| 124 | } |
| 125 | |
| 126 | |
| 127 | .content-main .fader { |
| 128 | position: absolute; |
| 129 | top: 1px; |
| 130 | right: 1px; |
| 131 | width: 48px; |
| 132 | height: 38px; |
| 133 | background: ; |
| 134 | background-image: linear-gradient(to right, rgba(255,255,255,0) , #ffffff); |
| 135 | } |
| 136 | |
| 137 | .row-content:hover .content-main .fader { |
| 138 | background-image: linear-gradient(to right, rgba(255,246,229,0) , #fff6e5); |
| 139 | } |
| 140 | |
| 141 | .updating-order-notice { |
| 142 | box-sizing: border-box; |
| 143 | position: absolute; |
| 144 | right: 8px; |
| 145 | z-index: 10; |
| 146 | height: 32px; |
| 147 | display: flex; |
| 148 | align-items: center; |
| 149 | background: #eee; |
| 150 | padding: 6px 12px 6px 8px; |
| 151 | border: 1px solid #c3c4c7; |
| 152 | } |
| 153 | .spinner-img { |
| 154 | width: 16px; |
| 155 | height: 16px; |
| 156 | margin: 2px 6px 2px 2px; |
| 157 | } |
| 158 | .updating-order-notice .dashicons.dashicons-saved { |
| 159 | color: green; |
| 160 | margin-right: 4px; |
| 161 | } |