The problem is that you are targeting the `<tr>` element for the background
colours. That works OK, but the `<td>` elements within the rows have their
own background colours that lay over the top of the row colours. The fix is
to include the `<td>` element:

html body.tc-body .bluealtrows tr:nth-child(even) td
{background-color:#CDF;}
html body.tc-body .bluealtrows tr:nth-child(odd) td
{background-color:#dae9fe;}

Best wishes

Jeremy.



On Wed, Sep 24, 2014 at 12:27 PM, David Gifford <dgiff...@crcna.org> wrote:

> Here is an example:
>
>
> http://recursos.giffmex.org/empty.html#Palabras%20buenas%20y%20malas%20contrastadas%20en%20Proverbios
>
> Has the table class bluealtrows, which is in my stylesheet tiddler (
> http://recursos.giffmex.org/empty.html#%24%3A%2F_aa%2Faa%2FStyleSheet),
> tagged correctly. But it does not appear with blue backgrounds that
> alternate by row.
>
> This used to work up to at least 5.0.12. Now it does not.
>
> Dave
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to