XI 5.6 Dark theme - modify contacts unreadable

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

XI 5.6 Dark theme - modify contacts unreadable

Post by GldRush98 »

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.
Capture.PNG
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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: XI 5.6 Dark theme - modify contacts unreadable

Post by lmiltchev »

I was pretty sure we checked everything under the dark theme... :oops:

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!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: XI 5.6 Dark theme - modify contacts unreadable

Post by lmiltchev »

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:

Code: Select all

#notifications-tab .sel-users-new label { color: #000; }
to this:

Code: Select all

#notifications-tab .sel-users-new label { color: #EEE; }
Hope this helps. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked