Hello Scott,
Here's what I have configured in my Trac instance:
In Trac.ini (abbreviated):
[milestone-groups]
deployed.css_class = deployed
readytobuild.css_class = readyToBuild
readytodeploy.css_class = readyToDeploy
readytorelease.css_class = readyToRelease
readytotest.css_class = readyToTest
In htdocs/style.css:
table.progress td.readyToBuild { background: AliceBlue; }
table.progress td.readyToRelease { background: Aqua; }
table.progress td.readyToTest { background: CornflowerBlue; }
table.progress td.readyToDeploy { background: Blue; }
table.progress td.deployed { background: DarkBlue; }
I hope that helps.
-Eric
On Fri, Oct 23, 2009 at 7:48 AM, scottiebo <[email protected]> wrote:
>
> Hey all,
>
> I want to customize the colors for each ticket type in the
> milestone progress indicator. I came across this line in the docs:
>
> # The CSS class can be one of: new (yellow), open (no color) or
> # closed (green). New styles can easily be added using the following
> # selector: `table.progress td.<class>`
>
>
>
> But I have no clue what table.progress td.<class> really should be.
>
> I've added a table.progress td.submit { background #color }
>
> To roadmap.css, then tried to set
>
> submitted.css_class=submit
>
> in trac.ini with no luck.
>
> Anybody have any thoughts?
>
> Thanks!
> --Scott
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---