Really digging the new Dark theme guys, looks great! I've only found one issue so far, which is when editing a service/host, the contacts on the notifications tab isn't entirely readable.
XI 5.6 Dark theme - modify contacts unreadable
XI 5.6 Dark theme - modify contacts unreadable
You do not have the required permissions to view the files attached to this post.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
Re: XI 5.6 Dark theme - modify contacts unreadable
I was pretty sure we checked everything under the dark theme...
I filed an internal bug report on the issue (task_id=14156). Thank you for reporting this bug!
I filed an internal bug report on the issue (task_id=14156). Thank you for reporting this bug!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: XI 5.6 Dark theme - modify contacts unreadable
Update:
Here's a fix for you - open the /usr/local/nagiosxi/html/includes/css/themes/modern-dark.css file in a text editor and change line 37 from this:
to this:
Hope this helps. Thank you!
Here's a fix for you - open the /usr/local/nagiosxi/html/includes/css/themes/modern-dark.css file in a text editor and change line 37 from this:
Code: Select all
#notifications-tab .sel-users-new label { color: #000; }Code: Select all
#notifications-tab .sel-users-new label { color: #EEE; }Be sure to check out our Knowledgebase for helpful articles and solutions!