From 8764397b7d641450009436196f300dadbe770f1d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 23 Oct 2020 12:03:23 -0400 Subject: alps theme: fix borders on each unread row This addresses an oversight from when the fifth column (flags) was introduced. --- themes/alps/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 7fd97ee..507342f 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -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; } -- cgit v1.2.3