codemirror
2 years ago
datatables
2 years ago
admin-page.css
2 years ago
content-order.css
2 years ago
gutenberg-content-duplication.css
2 years ago
hide-admin-notices.css
2 years ago
image-sizes-panel.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
settings-wpeditor.css
2 years ago
wp-admin.css
2 years ago
wp-admin.css
99 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 >> Hide Howdy */ |
| 7 | #wp-admin-bar-my-account.no-avatar > .ab-item:before { |
| 8 | display: none; |
| 9 | } |
| 10 | |
| 11 | /* Content Duplication */ |
| 12 | .additional-actions { |
| 13 | display: flex; |
| 14 | flex-wrap: wrap; |
| 15 | padding: 6px 10px 8px; |
| 16 | clear: both; |
| 17 | } |
| 18 | |
| 19 | .additional-actions #duplication:before { |
| 20 | content: "\f186"; |
| 21 | position: relative; |
| 22 | top: -1px; |
| 23 | font: normal 20px / 1 dashicons; |
| 24 | color: #8c8f94; |
| 25 | speak: never; |
| 26 | display: inline-block; |
| 27 | margin-left: -1px; |
| 28 | padding-right: 6px; |
| 29 | vertical-align: top; |
| 30 | -webkit-font-smoothing: antialiased; |
| 31 | -moz-osx-font-smoothing: grayscale; |
| 32 | } |
| 33 | |
| 34 | /* Admin Interface >> Admin Menu Organizer */ |
| 35 | #adminmenuwrap { |
| 36 | height: auto !important; |
| 37 | } |
| 38 | |
| 39 | .current.menu-top.hidden, |
| 40 | .wp-has-current-submenu.hidden { |
| 41 | display: list-item; |
| 42 | } |
| 43 | |
| 44 | #adminmenu a.menu-top.hidden, |
| 45 | ul#adminmenu a.wp-has-current-submenu.hidden { |
| 46 | display: block; |
| 47 | } |
| 48 | |
| 49 | |
| 50 | |
| 51 | /* Utilities >> Enable Login Logout */ |
| 52 | .accordion-section #login-logout-links-checklist.categorychecklist { |
| 53 | margin: -13px 0 13px 0; |
| 54 | } |
| 55 | |
| 56 | /* Content Management >> Enable External Permalink */ |
| 57 | /* Custom Code >> Custom Body Class */ |
| 58 | .external-permalink-input, |
| 59 | .custom-body-class-input { |
| 60 | padding: 8px 0 0; |
| 61 | } |
| 62 | |
| 63 | .external-permalink-input-description, |
| 64 | .custom-body-class-input-description { |
| 65 | margin-top: 4px; |
| 66 | } |
| 67 | |
| 68 | /* Utilities >> Multiple User Roles */ |
| 69 | #adduser .form-field input[type="checkbox"], #createuser .form-field input[type="checkbox"] { |
| 70 | width: 1rem; |
| 71 | } |
| 72 | |
| 73 | /* Utilities >> Display System Summary */ |
| 74 | #dashboard_right_now .sub { |
| 75 | color: inherit !important; |
| 76 | background: none; |
| 77 | border-top: none; |
| 78 | margin-top: -8px; |
| 79 | padding: 0 12px 12px !important; |
| 80 | } |
| 81 | |
| 82 | #dashboard_right_now .inside .sub > .system-summary { |
| 83 | margin-top: 8px; |
| 84 | padding: 8px 0 0 0 !important; |
| 85 | border-top: 1px solid #ddd; |
| 86 | } |
| 87 | |
| 88 | |
| 89 | |
| 90 | /* Utilities >> View Admin as Role */ |
| 91 | #role-view-reset { |
| 92 | position: fixed; |
| 93 | right: 20px; |
| 94 | bottom: 20px; |
| 95 | z-index: 999999; |
| 96 | box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; |
| 97 | } |
| 98 | |
| 99 |