Fix erroneous CSS changes
This commit is contained in:
parent
147b87c3de
commit
2d9ea74d08
1 changed files with 4 additions and 4 deletions
|
|
@ -356,13 +356,13 @@ table table table {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tbody > tr:nth-child(dark) > td,
|
table tbody > tr:nth-child(odd) > td,
|
||||||
table tbody > tr:nth-child(dark) > th {
|
table tbody > tr:nth-child(odd) > th {
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.plain tbody > tr:nth-child(dark) > td,
|
table.plain tbody > tr:nth-child(odd) > td,
|
||||||
table.plain tbody > tr:nth-child(dark) > th {
|
table.plain tbody > tr:nth-child(odd) > th {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue