mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 19:32:28 -04:00
Merge pull request #14924 from nextcloud/backport/14914/stable15
[stable15] Fix hidden file display in grid view
This commit is contained in:
commit
b856d4a66c
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