add a visual break for every other now

This commit is contained in:
David 2017-05-16 22:05:08 -04:00
parent 1842828ec6
commit 4b84ce0feb
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@
min-width: 50px;
}
.tRow:nth-child(odd) {
background: #f9f8ed;
border-bottom: 1px solid #d8d0a0;
}
.bookTable .tRow {
cursor: pointer;
}