Merge pull request #14637 from nextcloud/design/grid-border

Add border around previews
pull/14706/head
Morris Jobke 7 years ago committed by GitHub
commit 3e3d41ae4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      apps/files/css/files.scss

@ -334,6 +334,12 @@ table td.filename .thumbnail {
position: absolute;
z-index: 4;
}
// Show slight border around previews for images, txt, etc.
table tr[data-has-preview='true'] .thumbnail {
border: 1px solid var(--color-border);
}
table td.filename input.filename {
width: 70%;
margin-left: 48px;

Loading…
Cancel
Save