Feature Request: Increase contrast on drop-down
-
I love this plugin, but with the small text, gray on gray text, and my shoddy eyesight sometimes I have to strain to see the plugin link that I intend to click on it.
Might I suggest setting the inactive items to a higher opacity
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li .ab-item { opacity: .6; }
and bolding the active items:
#wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li .ab-item:hover, #wpadminbar .quicklinks #wp-admin-bar-plugin-toggle .ab-submenu li.is-active .ab-item { opacity: 1; font-weight: bold; }
- The topic ‘Feature Request: Increase contrast on drop-down’ is closed to new replies.