I edit a service in director and in light mode (Icinga-Theme) it shows like this
In dark mode (Icinga-Theme) the text is not visible…
Icinga Web 2 version → Updated to 2.10
Used modules and their versions (System - About) → Director
Web browser used → Edge + Firefox
Icinga 2 version used (icinga2 --version
) →
PHP version used (php --version
) → 7.4.3
Server operating system and version → Ubuntu 20.04
same here, the problem is that the director overwrites the icinga css values for input with:
background-color: white;
you could solve that with a custom theme till icinga-director fixed the problem:
Add dark mode themes support #2433
The following pull request will probably fix your problem:
Icinga:master
← Icinga:add-dark-mode-theme-support
opened 06:24PM - 22 Nov 21 UTC
But it is not yet merged nor released
if you use a custom theme you could overwrite it once more
Thanks for the answers. That brought me in the right direction. I solved it by modifying the file module.less in /usr/share/icingaweb2/modules/director/public/css and change the background-color to the color i wanted:
I know, it’s not a final solution but it’s ok for me.
2 Likes