Browse Source

alps theme: fix borders on each unread row

This addresses an oversight from when the fifth column (flags) was
introduced.
master
Drew DeVault 3 years ago
parent
commit
8764397b7d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      themes/alps/assets/style.css

+ 2
- 2
themes/alps/assets/style.css 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;
}



Loading…
Cancel
Save