From 2ba56b50ec5ab4d46ce961798aa80eb58550af61 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Mon, 12 Apr 2021 15:17:48 +0200 Subject: [PATCH] Fix summary footer position and text contrast Signed-off-by: Jan C. Borchardt --- apps/files/css/files.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 9bde8f5aa1b..fe37a07495e 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -683,12 +683,14 @@ a.action > img { } .summary { - opacity: .3; + color: var(--color-text-maxcontrast); /* add whitespace to bottom of files list to correctly show dropdowns */ height: 250px; } #filestable .filesummary { width: 100%; + /* Width of checkbox and file preview */ + padding-left: 101px; } /* Less whitespace needed on link share page * as there is a footer and action menus have fewer entries. @@ -707,8 +709,8 @@ table tr.summary td { vertical-align: top; padding-top: 20px; } -.summary .info { - margin-left: 2px; +.summary td:first-child { + padding: 0; } .hiddeninfo { white-space: pre-line;