codemirror
3 years ago
datatables
3 years ago
admin-page.css
3 years ago
content-order.css
3 years ago
hide-admin-notices.css
3 years ago
jBox.all.min.css
3 years ago
list-table.css
3 years ago
maintenance.css
3 years ago
media-replace.css
3 years ago
wp-admin.css
3 years ago
wp-admin.css
31 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 | .always-hidden { |
| 8 | display: none !important; |
| 9 | } |
| 10 | |
| 11 | /* Utilities >> Enable Login Logout */ |
| 12 | .accordion-section #login-logout-links-checklist.categorychecklist { |
| 13 | margin: -13px 0 13px 0; |
| 14 | } |
| 15 | |
| 16 | /* Content Management >> Enable External Permalink */ |
| 17 | /* Custom Code >> Custom Body Class */ |
| 18 | .external-permalink-input, |
| 19 | .custom-body-class-input { |
| 20 | padding: 8px 0 0; |
| 21 | } |
| 22 | |
| 23 | .external-permalink-input-description, |
| 24 | .custom-body-class-input-description { |
| 25 | margin-top: 4px; |
| 26 | } |
| 27 | |
| 28 | /* Utilities >> Multiple User Roles */ |
| 29 | #adduser .form-field input[type="checkbox"], #createuser .form-field input[type="checkbox"] { |
| 30 | width: 1rem; |
| 31 | } |