Template:Alternating rows table/styles.css

From Vigyanwiki
< Template:Alternating rows table
Revision as of 14:11, 25 April 2023 by alpha>Indicwiki (Created page with "→‎{{pp-template}}: .alternating > thead + tbody > tr:nth-child(even), .alternating > tbody:first-child > tr:nth-child(odd) { background-color: #eee; } ")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.alternating > thead + tbody > tr:nth-child(even),
.alternating > tbody:first-child > tr:nth-child(odd) {
	background-color: #eee;
}