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
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-06 12:48:38 +0300
committerGitHub <noreply@github.com>2020-05-06 12:48:38 +0300
commite2543697ab183454969a29a9f22b67baf7c3692b (patch)
tree027177d53209f70b7a97e484121f670b6d219ee8 /core
parent7a8db43e463090e8cabdd3d621276f69a1b2c66f (diff)
parent9f9bdf8b436c7457737f7cc37a7426a2c4cdd347 (diff)
Merge pull request #20805 from nextcloud/backport/20640/stable18
[stable18] Correctly hide table headers in filepicker
Diffstat (limited to 'core')
-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;