codemirror
2 years ago
datatables
2 years ago
admin-page.css
2 years ago
content-order.css
2 years ago
hide-admin-notices.css
2 years ago
jBox.all.min.css
2 years ago
list-table.css
2 years ago
maintenance.css
2 years ago
media-categories-frontend.css
2 years ago
media-replace-frontend.css
2 years ago
media-replace.css
2 years ago
wp-admin.css
2 years ago
wp-admin.css
78 lines
| 1 | /* Content Management >> Media Replace >> Hide media replacement section on media dialog/frame */ |
| 2 | .media-sidebar .compat-item .compat-field-asenha-media-replace { |
| 3 | display: none; |
| 4 | } |
| 5 | |
| 6 | /* Admin Interface >> Admin Menu Organizer */ |
| 7 | |
| 8 | .current.menu-top.hidden, |
| 9 | .wp-has-current-submenu.hidden { |
| 10 | display: list-item; |
| 11 | } |
| 12 | |
| 13 | #adminmenu a.menu-top.hidden, |
| 14 | ul#adminmenu a.wp-has-current-submenu.hidden { |
| 15 | display: block; |
| 16 | } |
| 17 | |
| 18 | .always-hidden { |
| 19 | display: none !important; |
| 20 | } |
| 21 | |
| 22 | /* Utilities >> Enable Login Logout */ |
| 23 | .accordion-section #login-logout-links-checklist.categorychecklist { |
| 24 | margin: -13px 0 13px 0; |
| 25 | } |
| 26 | |
| 27 | /* Content Management >> Enable External Permalink */ |
| 28 | /* Custom Code >> Custom Body Class */ |
| 29 | .external-permalink-input, |
| 30 | .custom-body-class-input { |
| 31 | padding: 8px 0 0; |
| 32 | } |
| 33 | |
| 34 | .external-permalink-input-description, |
| 35 | .custom-body-class-input-description { |
| 36 | margin-top: 4px; |
| 37 | } |
| 38 | |
| 39 | /* Utilities >> Multiple User Roles */ |
| 40 | #adduser .form-field input[type="checkbox"], #createuser .form-field input[type="checkbox"] { |
| 41 | width: 1rem; |
| 42 | } |
| 43 | |
| 44 | /* Utilities >> Display System Summary */ |
| 45 | #dashboard_right_now .sub { |
| 46 | color: inherit !important; |
| 47 | background: none; |
| 48 | border-top: none; |
| 49 | margin-top: -8px; |
| 50 | padding: 0 12px 12px !important; |
| 51 | } |
| 52 | |
| 53 | #dashboard_right_now .inside .sub > .system-summary { |
| 54 | padding: 0 !important; |
| 55 | } |
| 56 | |
| 57 | /* Utilities >> View Admin as Role */ |
| 58 | #role-view-reset { |
| 59 | position: fixed; |
| 60 | right: 20px; |
| 61 | bottom: 20px; |
| 62 | z-index: 999999; |
| 63 | box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; |
| 64 | } |
| 65 | |
| 66 | /* Content Management >> Custom Content Types >> Custom Field Groups */ |
| 67 | /* Hide menubar (File | Edit | View | Insert | Format) in block editor */ |
| 68 | .cfgroup_wysiwyg.ready .mce-container-body .mce-container.mce-menubar { |
| 69 | display: none; |
| 70 | } |
| 71 | .cfgroup_wysiwyg.ready .mce-toolbar-grp .mce-container-body.mce-stack-layout { |
| 72 | display: flex; |
| 73 | flex-direction: row; |
| 74 | flex-wrap: wrap; |
| 75 | } |
| 76 | .cfgroup_wysiwyg.ready .mce-branding { |
| 77 | display: none; |
| 78 | } |