Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-03-12 12:44:51 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-03-12 12:44:51 +0300
commit9306caec3e69346ed00c6d4e6279fd61fe429723 (patch)
tree2ec3877826c5d5443c4ab63df2916ce475ab5888 /apps/files/css
parent1832537571a0b60f81fa31fd992f97507d84ff33 (diff)
Add border around previews in grid view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 1baaf600f9b..e2c25bbe1ba 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -835,6 +835,7 @@ table.dragshadow td.size {
background-size: contain;
margin: 0;
border-radius: var(--border-radius);
+ border: 1px solid var(--color-border);
background-repeat: no-repeat;
background-position: center;