Description
When viewing AMQ through the web console, you can hover over many items for a tooltip to be shown. Problem is the background is partly transparent which makes the foreground text in many places almost unreadable.
Fix: edit webapps/admin/styles/type-settings.css and apply z-index: 10; to .tooltip:hover span
This resolves the matter in Firefox 4.