diff --git a/readme.md b/readme.md index 41d7da3..28fbb99 100644 --- a/readme.md +++ b/readme.md @@ -148,6 +148,10 @@ Standard features of the following plugins will be manipulated or extended. * Fade out the annoying Message on Upgrade Page * Fade out UpdraftPlus @ Admin Bar +### WP REST CACHE + +* Fade out Icon @ Admin Bar + ### wpRocket * Remove TootPress Pages from Cache if new Toots have been loaded @@ -211,6 +215,7 @@ This project is licensed under the GPL3 License. Release pending. +* Added: Fade out WB REST CACHE Icon @ Admin Bar * Added: Disable UpdraftPlus @ Admin Bar ### 0.8 diff --git a/unmus_styles.css b/unmus_styles.css index 04efbc6..2a47214 100644 --- a/unmus_styles.css +++ b/unmus_styles.css @@ -30,4 +30,10 @@ #adminmenu .menu-icon-raketenstaub div.wp-menu-image:before { content: "\f128"; +} + +/* WP REST CACHE */ + +#wp-admin-bar-wp-rest-cache-clear .ab-item span.ab-icon { + display:none !important; } \ No newline at end of file