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 committed by Backportbot
parent 9f3158a098
commit e27831c2df

View file

@ -376,8 +376,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;
}
@ -976,6 +976,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;