Page 1 of 1
XI 5.6 Dark theme - modify contacts unreadable
Posted: Thu Apr 18, 2019 10:26 pm
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
Re: XI 5.6 Dark theme - modify contacts unreadable
Posted: Fri Apr 19, 2019 9:11 am
by lmiltchev
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!
Re: XI 5.6 Dark theme - modify contacts unreadable
Posted: Fri Apr 19, 2019 9:21 am
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!