Fix summary footer position and text contrast

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2021-04-12 15:17:48 +02:00
parent 2ef326d6b6
commit a649fbc404
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 5 additions and 3 deletions

View File

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