Template:Alternating rows table/styles.css

From TEPwiki, Urth's Encyclopedia
Jump to navigation Jump to search
.alternating:not(.sortable) tr:nth-child(odd),
.alternating.sortable tr:nth-child(even),
.alternating:not(.sortable) tr:nth-child(odd) th[scope="row"],
.alternating.sortable tr:nth-child(even) th[scope="row"] {
	background-color: #eee;
}