Page 1 of 1

Is it possible to change the progress bar color?

Posted: Fri Jun 24, 2011 4:45 am
by KimYong
From Metrics Dashboard page

There are several progressbar on that page.
Hav someone ever try modifying color of progressbar?

Also is it possible to modify color for each status?
Like
Not run: grey color
Pass: green color
Fail: red color
Block: yellow color

Any suggestion / clue would b appreciate
THX in advance :D

Re: Is it possible to change the progress bar color?

Posted: Sat Jun 25, 2011 2:44 pm
by Unhandled
Colors are set using CSS. Have a look in:

/testlink/1.9.2/testlink-1.9.2/gui/themes/default/css/testlink.css

Search for the word 'passed'. There are several different areas where coloring is used for status.

Re: Is it possible to change the progress bar color?

Posted: Mon Jun 27, 2011 4:00 am
by KimYong
Thank for your respond

I searched in testlink.css with "passed" but there are no field related to the progress bar

in Metrics Dashboard page T_T