PluginProbe
Disable Emails / trunk
Disable Emails vtrunk
trunk 1.0.0 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 1.4.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.8.0 1.8.1 1.8.2 1.8.3
disable-emails / static / css / admin.css

admin.css in Disable Emails trunk, at static/css/admin.css

14 lines 477 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wpadminbar #wp-admin-bar-disable-emails-indicator .ab-icon::before {
2 content: "\f465"; /* dashicons-email */
3 top: 3px;
4 background: linear-gradient(to left top, transparent 45%, #dc3232 45%, #dc3232 55%, transparent 60%);
5 }
6
7 body.admin-color-sunrise #wpadminbar #wp-admin-bar-disable-emails-indicator .ab-icon::before {
8 background: linear-gradient(to left top, transparent 45%, #000 45%, #000 55%, transparent 60%);
9 }
10
11 .no-js .disable-emails-mu-buttons {
12 display: none;
13 }
14