mirror of
https://github.com/WPMultisite/wp-multisite-subscriptions.git
synced 2025-08-06 17:17:14 +08:00
10 lines
326 B
CSS
10 lines
326 B
CSS
|
/* stylelint-disable font-family-no-missing-generic-family-keyword */
|
||
|
/* stylelint-disable font-family-name-quotes */
|
||
|
/** Whitelabel */
|
||
|
body #wpadminbar .quicklinks li div.blavatar {
|
||
|
content: " ";
|
||
|
}
|
||
|
body #wpadminbar .quicklinks li div.blavatar::before {
|
||
|
font: normal 16px/1 "dashicons-wu" !important;
|
||
|
content: "\e975";
|
||
|
}
|