mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Fix hidden file display in grid view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9f3158a098
commit
e27831c2df
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue