style alternate rows on the table

pull/1/head
ansuz 2016-06-30 11:28:45 +02:00
parent 45312a6fbb
commit c4667505c7
1 changed files with 3 additions and 0 deletions

View File

@ -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;