Alternate background color for rows of table#t01
This commit is contained in:
parent
270b4c0584
commit
85258d03ba
@ -291,11 +291,13 @@ table.hosts {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table#t01 tr:nth-child(even),
|
||||||
table.hosts tr:nth-child(even) {
|
table.hosts tr:nth-child(even) {
|
||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
border-bottom: thick solid white;
|
border-bottom: thick solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table#t01 tr:nth-child(odd),
|
||||||
table.hosts tr:nth-child(odd) {
|
table.hosts tr:nth-child(odd) {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-bottom: thick solid white;
|
border-bottom: thick solid white;
|
||||||
|
Loading…
Reference in New Issue
Block a user