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:
parent
2d73c882df
commit
8764397b7d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue