See the two attached screenshots. My mouse pointer wasn't captured by the screenshot, unfortunately, but in the first screenshot, imagine it right underneath the "Home" breadcrumb link in the upper left corner -- underneath, not actually on the link yet:
In the next screenshot, my mouse pointer is on the "Home" link, which has now disappeared, presumably because its foreground become the same (or close to the same) as the background color:
At first I thought this could be a bug in our custom appearance settings, but looking at those settings, I don't think so:
Oh, wait, I think I see where the problem is! In /var/www/.config/streetcrm/config.ini, we have this option set:
theme_color = "#5F1F7F"
But do we offer a corresponding option for foreground colors (assuming that theme_color in practice sets background colors in most places)?
Anyway, for now my hypothesis is that this is a combination of local configuration bug (the setting of theme_color) and a more general bug that we don't offer sufficient customization ability so that sites can set the foreground too when they set the background.
See the two attached screenshots. My mouse pointer wasn't captured by the screenshot, unfortunately, but in the first screenshot, imagine it right underneath the "Home" breadcrumb link in the upper left corner -- underneath, not actually on the link yet:
In the next screenshot, my mouse pointer is on the "Home" link, which has now disappeared, presumably because its foreground become the same (or close to the same) as the background color:
At first I thought this could be a bug in our custom appearance settings, but looking at those settings, I don't think so:
Oh, wait, I think I see where the problem is! In
/var/www/.config/streetcrm/config.ini
, we have this option set:But do we offer a corresponding option for foreground colors (assuming that
theme_color
in practice sets background colors in most places)?Anyway, for now my hypothesis is that this is a combination of local configuration bug (the setting of
theme_color
) and a more general bug that we don't offer sufficient customization ability so that sites can set the foreground too when they set the background.