| 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 |
|