Please add width value to the wp-menu-image css
-
We have a plugin with a custom svg file as the wp admin icon. normally this displays fine, but when your plugin is activated the icon is showing at it’s full 256px. We fixed this by modifying the following in
ozh-admin-drop-down-menu/inc/adminmenu.css.php#ozhmenu img.wp-menu-image {float:<?php echo $dir; ?>;opacity:0.6;padding:5px 1px 0; width: 16px; filter:alpha(opacity=60);}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Please add width value to the wp-menu-image css’ is closed to new replies.