PluginProbe
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN / 1.1.0
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN v1.1.0
1.3.3 1.3.2 1.3.1 1.3.0 1.2.4 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 All 29 releases
xspeed / assets / menu-icon.css

menu-icon.css in xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN 1.1.0, at assets/menu-icon.css

7 lines 452 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Recolor + size the icon on the <img> itself (FBS-82099). The brand
2 mark ships as fill="currentColor" (black in <img> context); brightness(0)
3 invert(1) renders it white, full opacity keeps it crisp/active in every
4 state. Targeting the <img> avoids the wrapper-vs-img filter conflict
5 that previously left it dimmed. */
6 #toplevel_page_xspeed .wp-menu-image img{filter:brightness(0) invert(1);opacity:1;width:20px;height:20px;padding:7px 0}
7