codemirror
7 months ago
datatables
7 months ago
admin-menu-organizer.css
7 months ago
admin-page.css
7 months ago
content-order.css
7 months ago
gutenberg-content-duplication.css
7 months ago
hide-admin-notices.css
7 months ago
image-sizes-panel.css
7 months ago
jBox.all.min.css
7 months ago
list-table.css
7 months ago
list-tables-content-order.css
7 months ago
maintenance.css
7 months ago
media-categories-frontend.css
7 months ago
media-replace-frontend.css
7 months ago
media-replace.css
7 months ago
select2.min.css
7 months ago
settings-wpeditor.css
7 months ago
wp-admin.css
7 months ago
admin-menu-organizer.css
170 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 | } |
| 70 | |
| 71 | .admin-menu-organizer .menu-item-bar .menu-item-handle { |
| 72 | box-sizing: border-box; |
| 73 | display: flex; |
| 74 | align-items: center; |
| 75 | padding: 7px 15px 7px 7px; |
| 76 | max-width: 600px; |
| 77 | width: 600px; |
| 78 | min-height: 30px; |
| 79 | } |
| 80 | |
| 81 | .admin-menu-organizer .title-wrapper { |
| 82 | display: flex; |
| 83 | } |
| 84 | |
| 85 | .admin-menu-organizer .menu-item-handle .menu-item-checkbox { |
| 86 | display: inline-block; |
| 87 | } |
| 88 | |
| 89 | .admin-menu-organizer .menu-item-handle .item-title { |
| 90 | display: flex; |
| 91 | width: 100%; |
| 92 | justify-content: space-between; |
| 93 | align-items: center; |
| 94 | margin-right: 0; |
| 95 | line-height: 30px; |
| 96 | } |
| 97 | .rtl .admin-menu-organizer .menu-item-handle .item-title { |
| 98 | |
| 99 | } |
| 100 | |
| 101 | .admin-menu-organizer .menu-item-handle .item-title .menu-item-title a { |
| 102 | color: #666; |
| 103 | text-decoration: none; |
| 104 | margin-left: 6px; |
| 105 | } |
| 106 | |
| 107 | .admin-menu-organizer .menu-item-handle .item-title .menu-item-title a:hover { |
| 108 | color: inherit; |
| 109 | } |
| 110 | |
| 111 | .menu-item-title input[type="text"] { |
| 112 | border: 1px solid #dcdcde; |
| 113 | margin-left: -5px; |
| 114 | padding: 0 8px 0 4px; |
| 115 | font-size: 13px; |
| 116 | } |
| 117 | |
| 118 | .menu-item-title input[type="text"]:focus { |
| 119 | border: 1px solid #999; |
| 120 | box-shadow: none; |
| 121 | outline: none; |
| 122 | } |
| 123 | |
| 124 | .menu-item-checkbox-label span { |
| 125 | font-weight: normal; |
| 126 | } |
| 127 | |
| 128 | #separator1 .menu-item-title, |
| 129 | #separator2 .menu-item-title, |
| 130 | #separator-last .menu-item-title, |
| 131 | #separator-woocommerce .menu-item-title, |
| 132 | li[id^="separator"] .menu-item-title { |
| 133 | font-weight: normal; |
| 134 | color: #999; |
| 135 | } |
| 136 | |
| 137 | .sortable-placeholder { |
| 138 | width: 600px !important; |
| 139 | max-width: 600px !important; |
| 140 | height: 46px; |
| 141 | min-height: 42px; |
| 142 | max-height: 42px; |
| 143 | background: #cdddd6; |
| 144 | border: 1px dashed #508871; |
| 145 | } |
| 146 | |
| 147 | .form-table .asenha-subfields td:not(.datatable-td) label.menu-item-checkbox-label { |
| 148 | top: 0; |
| 149 | } |
| 150 | |
| 151 | #custom-admin-menu .menu-item-depth-0 { |
| 152 | display: list-item !important; |
| 153 | margin-block-start: 0; |
| 154 | padding: 0; |
| 155 | } |
| 156 | |
| 157 | #custom-admin-menu .menu-item-depth-0 .dashicons-menu { |
| 158 | padding: 5px 8px; |
| 159 | cursor: move; |
| 160 | color: #ddd; |
| 161 | } |
| 162 | #custom-admin-menu .menu-item-bar .menu-item-handle:hover .dashicons-menu { |
| 163 | color: #1d2327; |
| 164 | } |
| 165 | |
| 166 | |
| 167 | |
| 168 | .menu-item[data-custom-menu-item="no"] .remove-menu-item { |
| 169 | display: none; |
| 170 | } |