Merge pull request #20640 from nextcloud/fix/filepicker

Correctly hide table headers in filepicker
This commit is contained in:
Roeland Jago Douma 2020-04-30 09:17:51 +02:00 committed by GitHub
commit 7b923b83b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@
}
/* do not show dates in filepicker */
#oc-dialog-filepicker-content .filelist #headerSize,
#oc-dialog-filepicker-content .filelist #headerDate,
#oc-dialog-filepicker-content .filelist .filesize,
#oc-dialog-filepicker-content .filelist .date {
display: none;