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
admin-menu-organizer.css
181 lines
| 1 | .wrap.admin-menu-organizer { |
| 2 | margin: 10px 20px 0; |
| 3 | } |
| 4 | |
| 5 | .admin-menu-organizer-main { |
| 6 | display: flex; |
| 7 | gap: 16px; |
| 8 | } |
| 9 | |
| 10 | .module-description { |
| 11 | margin-top: 8px; |
| 12 | margin-bottom: 24px; |
| 13 | } |
| 14 | |
| 15 | .admin-menu-sortables-wrapper { |
| 16 | width: 696px; |
| 17 | box-sizing: border-box; |
| 18 | margin-top: 16px; |
| 19 | padding: 32px 48px 32px; |
| 20 | background: #fff; |
| 21 | } |
| 22 | |
| 23 | .admin-menu-actions { |
| 24 | position: relative; |
| 25 | display: flex; |
| 26 | flex-direction: row; |
| 27 | align-items: flex-start; |
| 28 | } |
| 29 | |
| 30 | .admin-menu-actions #amo-save-changes { |
| 31 | position: sticky; |
| 32 | margin-top: 16px; |
| 33 | top: 48px; |
| 34 | border-style: solid; |
| 35 | border-color: #fff; |
| 36 | border-width: 24px 40px; |
| 37 | } |
| 38 | |
| 39 | .admin-menu-actions #amo-save-changes:focus { |
| 40 | box-shadow: none !important; |
| 41 | } |
| 42 | |
| 43 | .asenha-saving-changes, |
| 44 | .asenha-changes-saved { |
| 45 | position: sticky; |
| 46 | } |
| 47 | |
| 48 | .asenha-saving-changes { |
| 49 | top: 76px; |
| 50 | margin-top: 44px; |
| 51 | margin-left: -31px; |
| 52 | } |
| 53 | |
| 54 | .asenha-changes-saved { |
| 55 | top: 74px; |
| 56 | margin-top: 42px; |
| 57 | margin-left: -33px; |
| 58 | } |
| 59 | |
| 60 | .admin-menu-organizer ul.menu { |
| 61 | margin-top: 0; |
| 62 | padding-top: 0; |
| 63 | /* overflow: auto; */ |
| 64 | } |
| 65 | |
| 66 | .admin-menu-organizer .menu-item-bar { |
| 67 | display: flex; |
| 68 | align-items: center; |
| 69 | margin: 8px 0 0; |
| 70 | } |
| 71 | |
| 72 | .admin-menu-organizer .menu-item-bar .menu-item-handle { |
| 73 | box-sizing: border-box; |
| 74 | display: flex; |
| 75 | align-items: center; |
| 76 | padding: 3px 15px 3px 7px; |
| 77 | max-width: 600px; |
| 78 | width: 600px; |
| 79 | min-height: 30px; |
| 80 | } |
| 81 | |
| 82 | .admin-menu-organizer .title-wrapper { |
| 83 | display: flex; |
| 84 | align-items: center; |
| 85 | flex-wrap: nowrap; |
| 86 | gap: 4px; |
| 87 | } |
| 88 | |
| 89 | .admin-menu-organizer .menu-item-handle .menu-item-checkbox { |
| 90 | display: inline-block; |
| 91 | } |
| 92 | |
| 93 | .admin-menu-organizer .menu-item-handle .item-title { |
| 94 | display: flex; |
| 95 | width: 100%; |
| 96 | justify-content: space-between; |
| 97 | align-items: center; |
| 98 | margin-right: 0; |
| 99 | line-height: 30px; |
| 100 | } |
| 101 | .rtl .admin-menu-organizer .menu-item-handle .item-title { |
| 102 | |
| 103 | } |
| 104 | |
| 105 | .admin-menu-organizer .menu-item-handle .item-title .menu-item-title a { |
| 106 | color: #666; |
| 107 | text-decoration: none; |
| 108 | margin-left: 6px; |
| 109 | } |
| 110 | |
| 111 | .admin-menu-organizer .menu-item-handle .item-title .menu-item-title a:hover { |
| 112 | color: inherit; |
| 113 | } |
| 114 | |
| 115 | .menu-item-title input[type="text"], |
| 116 | .item-title .title-wrapper input[type="text"] { |
| 117 | border: 1px solid #dcdcde; |
| 118 | margin-left: -5px; |
| 119 | padding: 0 8px 0 4px; |
| 120 | font-size: 13px; |
| 121 | min-height: 28px; |
| 122 | line-height: 28px; |
| 123 | } |
| 124 | |
| 125 | .menu-item-title input[type="text"]:focus, |
| 126 | .item-title .title-wrapper input[type="text"]:focus { |
| 127 | border: 1px solid #999; |
| 128 | box-shadow: none; |
| 129 | outline: none; |
| 130 | } |
| 131 | |
| 132 | .menu-item-checkbox-label span { |
| 133 | font-weight: normal; |
| 134 | } |
| 135 | |
| 136 | #separator1 .menu-item-title, |
| 137 | #separator2 .menu-item-title, |
| 138 | #separator-last .menu-item-title, |
| 139 | #separator-woocommerce .menu-item-title, |
| 140 | li[id^="separator"] .menu-item-title { |
| 141 | font-weight: normal; |
| 142 | color: #999; |
| 143 | } |
| 144 | |
| 145 | /* Scoped to AMO root list so other screens (e.g. ABCE) can style .sortable-placeholder independently. */ |
| 146 | #custom-admin-menu .sortable-placeholder { |
| 147 | width: 600px !important; |
| 148 | max-width: 600px !important; |
| 149 | height: 46px; |
| 150 | min-height: 42px; |
| 151 | max-height: 42px; |
| 152 | background: #cdddd6; |
| 153 | border: 1px dashed #508871; |
| 154 | border-radius: 0 !important; |
| 155 | } |
| 156 | |
| 157 | .form-table .asenha-subfields td:not(.datatable-td) label.menu-item-checkbox-label { |
| 158 | top: 0; |
| 159 | } |
| 160 | |
| 161 | #custom-admin-menu .menu-item-depth-0 { |
| 162 | display: list-item !important; |
| 163 | margin-block-start: 0; |
| 164 | padding: 0; |
| 165 | position: relative; |
| 166 | } |
| 167 | |
| 168 | #custom-admin-menu .parent-menu-item .dashicons-menu { |
| 169 | padding: 5px 8px; |
| 170 | cursor: move; |
| 171 | color: #ddd; |
| 172 | } |
| 173 | #custom-admin-menu .menu-item-bar .menu-item-handle:hover .dashicons-menu { |
| 174 | color: #1d2327; |
| 175 | } |
| 176 | |
| 177 | .submenu-sortable li.menu-item { |
| 178 | position: relative; |
| 179 | } |
| 180 | |
| 181 |