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

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;