Przeglądaj źródła

alps theme: fix borders on each unread row

This addresses an oversight from when the fifth column (flags) was
introduced.
master
Drew DeVault 3 lat temu
rodzic
commit
8764397b7d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      themes/alps/assets/style.css

+ 2
- 2
themes/alps/assets/style.css Wyświetl plik

@@ -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;
}



Ładowanie…
Anuluj
Zapisz