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
path: root/apps
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2021-04-12 16:17:48 +0300
committerJan C. Borchardt <hey@jancborchardt.net>2021-04-19 21:34:46 +0300
commita649fbc40418f60ced4f7202e9bf35d45b4ae141 (patch)
tree399cf886f6ed9d5a557eac3c83ca01722cebc84f /apps
parent2ef326d6b65c7c000e6e626d26d2459d44eec53c (diff)
Fix summary footer position and text contrast
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index dae10e343d3..7f44cc6c170 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -690,12 +690,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.
@@ -714,8 +716,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;