Template:Alternating rows table/styles.css

From Jonesipedia
Revision as of 14:37, 16 March 2024 by wp>Jroberson108 (Fix for non-sortable with caption.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > caption + tbody > tr:nth-child(odd),
.alternating > tbody:first-child > tr:nth-child(odd) {
	background-color: #eee;
}