XF 2.1 Alternating row color for table

sbj

Well-known member
This css code doesn't work, does anyone know what the problem is? Trying to make alternating row colors for the table we can insert in posts.

CSS:
.bbTable > table > thead > tr > td, .bbTable > table > tbody > tr > td:nth-child(even){
    ;
}
 
Back
Top Bottom