Template:Alternating rows table/styles.css: Difference between revisions

From Jonesipedia
Jump to navigation Jump to search
wp>Jroberson108
Fix for non-sortable with caption.
 
m 1 revision imported
 
(No difference)

Latest revision as of 16:50, 5 January 2025

/* {{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;
}