Explorar el Código

alps theme: fix borders on each unread row

This addresses an oversight from when the fifth column (flags) was
introduced.
master
Drew DeVault hace 3 años
padre
commit
8764397b7d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      themes/alps/assets/style.css

+ 2
- 2
themes/alps/assets/style.css Ver fichero

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



Cargando…
Cancelar
Guardar