Am Mittwoch, 24. September 2014 13:34:36 UTC+2 schrieb Jeremy Ruston:
>
> 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;}
>

One can also try:

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

 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to