Links in dialogs are invisible because jquery.ui.theme.css[1] set the color of the links to the same color as the text around:
.ui-widget-content { color: #362b36; }
.ui-widget-content a { color: #362b36; }
Many gadgets trys to restore the original colors for the links. It would be nice to have always the original color for the links in the dialogs.
Version: 1.24rc
Severity: enhancement