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

Add border around previews
This commit is contained in:
Morris Jobke 2019-03-14 23:31:18 +01:00 committed by GitHub
commit 3e3d41ae4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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