alps theme: fix borders on each unread row

This addresses an oversight from when the fifth column (flags) was
introduced.
This commit is contained in:
Drew DeVault 2020-10-23 12:03:23 -04:00
parent 2d73c882df
commit 8764397b7d

View file

@ -326,11 +326,11 @@ main.create-update .event-date input {
opacity: 1;
}
.message-list-unread:nth-child(4n+1) {
.message-list-unread:nth-child(5n+1) {
border-left: 1px solid #f2f2f2;
}
.message-list-unread:nth-child(4n+4) {
.message-list-unread:nth-child(5n+5) {
border-right: 1px solid #f2f2f2;
}