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
wp-admin.css
93 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 | .additional-actions #public-preview:before { |
| 21 | content: "\f186"; |
| 22 | position: relative; |
| 23 | top: -1px; |
| 24 | font: normal 20px / 1 dashicons; |
| 25 | color: #8c8f94; |
| 26 | speak: never; |
| 27 | display: inline-block; |
| 28 | margin-left: -1px; |
| 29 | padding-right: 6px; |
| 30 | vertical-align: top; |
| 31 | -webkit-font-smoothing: antialiased; |
| 32 | -moz-osx-font-smoothing: grayscale; |
| 33 | } |
| 34 | |
| 35 | .additional-actions #public-preview:before { |
| 36 | content: "\f11f"; |
| 37 | } |
| 38 | |
| 39 | /* Utilities >> Enable Login Logout */ |
| 40 | .accordion-section #login-logout-links-checklist.categorychecklist { |
| 41 | margin: -13px 0 13px 0; |
| 42 | } |
| 43 | |
| 44 | /* Content Management >> Enable External Permalink */ |
| 45 | /* Custom Code >> Custom Body Class */ |
| 46 | .external-permalink-input, |
| 47 | .custom-body-class-input { |
| 48 | padding: 8px 0 0; |
| 49 | } |
| 50 | |
| 51 | .external-permalink-input-description, |
| 52 | .custom-body-class-input-description { |
| 53 | margin-top: 4px; |
| 54 | } |
| 55 | |
| 56 | /* Utilities >> Multiple User Roles */ |
| 57 | #adduser .form-field input[type="checkbox"], #createuser .form-field input[type="checkbox"] { |
| 58 | width: 1rem; |
| 59 | } |
| 60 | |
| 61 | /* Utilities >> Display System Summary */ |
| 62 | #dashboard_right_now .sub { |
| 63 | color: inherit !important; |
| 64 | background: none; |
| 65 | border-top: none; |
| 66 | margin-top: -8px; |
| 67 | padding: 0 12px 12px !important; |
| 68 | } |
| 69 | |
| 70 | #dashboard_right_now .inside .sub > .system-summary { |
| 71 | margin-top: 8px; |
| 72 | padding: 8px 0 0 0 !important; |
| 73 | border-top: 1px solid #ddd; |
| 74 | } |
| 75 | |
| 76 | /* General */ |
| 77 | .asenha-warning-message { |
| 78 | font-weight: 500; |
| 79 | color: #d63638; |
| 80 | } |
| 81 | |
| 82 | |
| 83 | |
| 84 | /* Utilities >> View Admin as Role */ |
| 85 | #role-view-reset { |
| 86 | position: fixed; |
| 87 | right: 20px; |
| 88 | bottom: 20px; |
| 89 | z-index: 999999; |
| 90 | box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; |
| 91 | } |
| 92 | |
| 93 |