On roll over on titles with popups (in administration) I get the name and the help hint - makes it very hard to read the hint - see attached pic
[attachment cleanup by admin]
Found kind of a brutal way to solve the problem!
Disable the CSS file for the popup:
Goto: administrator\components\com_virtuemart\helpers\adminui.php (1 hits)
Disable CSS file on Line 45: $document->addStyleSheet($front.'css/vtip.css');
by replacing it with: //$document->addStyleSheet($front.'css/vtip.css');