--- a/Helpviewer/UrlBar/UrlBar.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Helpviewer/UrlBar/UrlBar.py Sat Oct 19 13:03:39 2013 +0200 @@ -316,7 +316,7 @@ b = (highlight.blue() + 2 * backgroundColor.blue()) // 3 loadingColor = QColor(r, g, b) - if abs(loadingColor.lightness() - + if abs(loadingColor.lightness() - backgroundColor.lightness()) < 20: # special handling for special color schemes (e.g Gaia) r = (2 * highlight.red() + backgroundColor.red()) // 3