Fix hidden file display in grid view

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-03-30 12:57:18 +01:00
parent 809058cb3c
commit f2914cab6f
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 6 additions and 2 deletions

View File

@ -385,8 +385,8 @@ table {
}
}
.hide-hidden-files #fileList tr.hidden-file,
.hide-hidden-files #fileList tr.hidden-file.dragging {
.hide-hidden-files #filestable #fileList tr.hidden-file,
.hide-hidden-files #filestable #fileList tr.hidden-file.dragging {
display: none;
}
@ -1007,6 +1007,10 @@ table.dragshadow td.size {
}
}
tr.hidden-file td.filename .name .nametext .extension {
display: block;
}
/* Center align the footer file number & size summary */
tfoot {
display: grid;