Change alphabets color to black

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Change alphabets color to black

Post by vinish098 »

Dear Team,

I have created a dashboard and add from "Hostgroup Overview". PFA for your reference.

There, It is not clearly visible which all the hosts are in down state because of color combination, "Red background and Blue alphabets"
nagios-forum.PNG
Can we change the alphabets color to black?? Pls help.
You do not have the required permissions to view the files attached to this post.
Last edited by dwhitfield on Thu Jun 08, 2017 10:54 am, edited 1 time in total.
Reason: marking with green check mark
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Change alphabets color to black

Post by mcapra »

The "Custom Includes" component is probably the best place to make style changes:
https://support.nagios.com/kb/article.php?id=556

You could probably upload your own CSS rules that change the color of a elements under the div used by that particular dashlet to be black instead of blue. Or you could choose the nuclear option and change all a objects to be black.
Former Nagios employee
https://www.mcapra.com/
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Change alphabets color to black

Post by dwhitfield »

Thanks for the assist @mcapra!
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Re: Change alphabets color to black

Post by vinish098 »

Thanks for the reply.

I have done a small change in this file "/usr/local/nagiosxi/html/includes/css/base.css"
line no 48, changed it to :

a { text-decoration: none; color: #4D89F9; } -> a { text-decoration: none; color: #222; }

It's worked!!!

You can close this thread.
updated-config.PNG
You do not have the required permissions to view the files attached to this post.
Locked