Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-04-24 22:09:22 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-04-24 22:15:09 +0300
commitcfb94c746992293993ba4c877f10ec3075a63353 (patch)
tree781019bb5c3476ace9a7c6df26bff5b7dd109040 /core/css
parent797fa188c224132d522710ecda4aa4feb85c3739 (diff)
Correctly hide table headers in filepicker
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 02138c89aba..d1abb0176a5 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -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;