From: Gábor L. <gl...@us...> - 2010-08-17 01:19:10
|
A similar change (with patch) was proposed some while ago at: http://sourceforge.net/tracker/?func=detail&aid=2907100&group_id=130558&atid=720017 On Thu, Aug 12, 2010 at 18:24, Peter Reilly <pet...@gm...> wrote: > Hi, > I find that is hard to read the number underneath the red portion of > the percentage bar. > The red is too harsh. I played a little with the css and using a > milder redish color makes > the numbers very easy to red. The color I picked is #ff8888. The green > would also need > to be changed to balance the new red, but I have not done that, > > A patch for this is: > > [preilly@preilly cobertura]$ svn diff > src/net/sourceforge/cobertura/reporting/html/files/main.css > Index: src/net/sourceforge/cobertura/reporting/html/files/main.css > =================================================================== > --- src/net/sourceforge/cobertura/reporting/html/files/main.css (revision 732) > +++ src/net/sourceforge/cobertura/reporting/html/files/main.css (working copy) > @@ -40,7 +40,7 @@ > > div.percentgraph > { > - background-color: #f02020; > + background-color: #ff8888; > border: #808080 1px solid; > height: 1.3em; > margin: 0px; > > > Peter > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > |