On Thu, 2010-07-01 at 18:33 +0200, Erik Andersson wrote:
> See: http://trac.edgewall.org/wiki/TracRoadmap and 
> http://trac.edgewall.org/wiki/TracRoadmapCustomGroups


This was interesting. I was just wanting to change the groupings. (Is
someone probing my mind?) The trac.ini stuff worked fine. But I can't
get the site.css file change to set the co
lor to work.

I added this to my trac.ini:

# Definition of an 'in testing' group:
inTesting = testing
inTesting.order = 2
inTesting.css_class = testing
inTesting.label = in testing

# Definition of an 'info needed' group:
infoNeeded = infoneeded
infoNeeded.order = 3
infoNeeded.css_class = info
infoNeeded.label = info needed

The percentages and all are as expected. Yeah!

I want to add a color for these groups. My tracEnv/template/site.css
looks like this:

<!--
#mainnav li {
 background-color: #eef;
}

table.progress td.testing { background: #ff0000 }
table.progress td.info { background: #baefba }
-->


That did not have any effect. I get no colors. When I used the 'new'
css_class, I got yellow. So I must be doing something wrong with my
site.css file.

My Apache server was of course restarted. This is my first time fiddling
with Trac's site.css file. So I have surely misunderstood something.

-- 
Roger Oberholtzer

-- 
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.

Reply via email to