Page 1 of 1
Change alphabets color to black
Posted: Tue Jun 06, 2017 7:28 am
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.
Re: Change alphabets color to black
Posted: Tue Jun 06, 2017 8:24 am
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.
Re: Change alphabets color to black
Posted: Tue Jun 06, 2017 12:24 pm
by dwhitfield
Thanks for the assist
@mcapra!
Re: Change alphabets color to black
Posted: Thu Jun 08, 2017 4:54 am
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