PluginProbe
Admin and Site Enhancements (ASE) / 7.9.2
Admin and Site Enhancements (ASE) v7.9.2
9.1.1 9.1.0 9.0.2 9.0.1 9.0.0 8.9.2 8.9.1 8.9.0 8.8.8 8.8.7 8.8.6 8.8.5 8.8.4 8.8.3 8.8.2 8.8.1 8.8.0 8.7.3 8.7.2 8.7.1 8.2.1 8.2.2 8.2.3 8.3.0 8.3.1 All 273 releases
admin-site-enhancements / assets / css / wp-admin.css
wp-admin.css
93 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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