Browse Source

Another very small improvement for top borders in lists.

pull/95/head
Sebastian Stehle 8 years ago
parent
commit
5c47c01e99
  1. 1
      src/Squidex/app/theme/_lists.scss

1
src/Squidex/app/theme/_lists.scss

@ -94,6 +94,7 @@
padding: 1rem 1.25rem;
background: $color-table;
border: 1px solid $color-border;
border-top: 0;
border-bottom-width: 2px;
margin-bottom: .25rem;
}

Loading…
Cancel
Save