I think the issue with trying to set css based on the status value is
that the status is only emitted as text content of a span element -
you can't hook the css onto it.

<dt class="container handle" id="ticketID-438">
  <span class="status" data="{'contains':'status'}">closed</span>
</dt>

I wonder if its possible to have the Agilo code generate an additional
css class on the parent tr of a td element which is the same as the
status value?  Then we could code css rules for whatever statuses we
may have.

Like:

<dt class="container handle status-closed" id="ticketID-438">
  <span class="status" data="{'contains':'status'}">closed</span>
</dt>

I have managed to color code my Sprint backlog, as well as indent user
stories and tasks differently by customizing the newbacklog.css
file.

Just a tip - I used Chrome's "Developer Tools" UI to figure out which
elements needed styling, since they're populated via ajax regular
"View Source" won't help.


On May 11, 9:12 am, akabat <[email protected]> wrote:
> On May 10, 3:23 pm, Robert Buchholz <[email protected]>
> wrote:
>
> > On Monday 10 May 2010, akabat wrote:
> > > Now, all the tickets are in the same
> > > color (black). By the way, can I configure the font colors or even
> > >  the background colors? Configuring the background colors would be
> > >  great!
>
> > You can change colors by editing the CSS files. Have a look at
> > newbacklog.css for that.
>
> I'm not so familiar with CSS.
> Before I go there into depth: is it possible to set the font color for
> each status or is there only one color for all types of tickets and
> status?
>
> akabat
>
> --
> --
> Follow Agilo on Twitter:http://twitter.com/agiloforscrum
> Please support us by reviewing and voting 
> on:http://userstories.com/products/8-agilo-for-scrumhttp://ohloh.net/p/agilo-scrumhttp://freshmeat.net/projects/agiloforscrum
>
> You received this message because you are subscribed to the Google
> Groups "Agilo for Scrum" group. This group is moderated by agile42 
> GmbHhttp://www.agile42.comand is focused in supporting Agilo for Scrum users.
> 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 
> athttp://groups.google.com/group/agilo?hl=en

-- 
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-scrum 
http://freshmeat.net/projects/agiloforscrum

You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH 
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
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/agilo?hl=en

Reply via email to