style alternate rows on the table
parent
45312a6fbb
commit
c4667505c7
|
@ -61,6 +61,9 @@
|
|||
tbody td:last-child, thead th:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
tbody tr:nth-child(even) {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.remove {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue