[Cdash] coverage color palette
Julien Jomier
julien.jomier at kitware.com
Tue Dec 18 13:03:07 UTC 2012
Hi Yngve,
This is definitely something we need to address. In the meantime, you
should be able to tune the cdash.css in order to change the colors.
.normal {
background-color : #8aba5a;
}
.warning {
background-color : #fdb66d;
}
.error {
background-color : #de6868;
}
.Passed { background-color : #8aba5a; }
.Failed { background-color : #fdba76; }
.Not Run { background-color : #ff6666; }
The current idea would be to provide different CSS files so that users
can switch to the one they want. If you find optimal colors let me know.
Julien
On 18/12/2012 13:50, Yngve Levinsen wrote:
> Hi,
>
> I just got a complaint from a user that the color palette used for
> viewing the coverage files is very suboptimal for color-blind users. I
> see that this has been brought up in the past:
> http://public.kitware.com/pipermail/cdash/2012-June/001169.html
>
> Has there been any progress on this? Is there a quick way I can change
> the green/red colors myself for now on my cdash server?
>
> Cheers,
> Yngve
>
>
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>
More information about the CDash
mailing list