Add table selector to stylesheet
This commit is contained in:
@@ -32,3 +32,6 @@ table td span.closed { color: #a02b2b;}
|
|||||||
table .odd {
|
table .odd {
|
||||||
background: #f6f6f6;
|
background: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tbody tr:nth-child(even) {background: #fff}
|
||||||
|
table tbody tr:nth-child(odd) {background: #f6f6f6}
|
||||||
Reference in New Issue
Block a user