mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Fix : Hides hidden files and folder in modal
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
a1b7f132c8
commit
338196ffb0
1 changed files with 3 additions and 0 deletions
|
|
@ -803,6 +803,9 @@ code {
|
|||
tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
tr[data-entryname^="."] {
|
||||
display: none;
|
||||
}
|
||||
.filename {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue