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

From Vigyanwiki
< Template:Alternating rows table
(Created page with "→‎{{pp-template}}: .alternating > thead + tbody > tr:nth-child(even), .alternating > tbody:first-child > tr:nth-child(odd) { background-color: #eee; } ")
 
 
(No difference)

Latest revision as of 11:51, 12 July 2023

/* {{pp-template}} */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > tbody:first-child > tr:nth-child(odd) {
	background-color: #eee;
}