Template:Alternating rows table/styles.css

From TEPwiki, Urth's Encyclopedia
Revision as of 04:49, 23 April 2022 by SY (talk | contribs) (Created page with ".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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}