style alternate rows on the table
This commit is contained in:
@@ -61,6 +61,9 @@
|
|||||||
tbody td:last-child, thead th:last-child {
|
tbody td:last-child, thead th:last-child {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
tbody tr:nth-child(even) {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
.remove {
|
.remove {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user