summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-29 17:06:09 +0100
committerMorris Jobke <hey@morrisjobke.de>2016-11-29 17:06:09 +0100
commitdb84c1c87292fb34edcb99ae308f4e55deb9171b (patch)
treeb406b4d103b98e4aa4c680407dd32646a7757b2e /apps/files_sharing
parent7780e45348e9a45f081bb199e4679d69e0b5336c (diff)
downloadnextcloud-server-db84c1c87292fb34edcb99ae308f4e55deb9171b.tar.gz
nextcloud-server-db84c1c87292fb34edcb99ae308f4e55deb9171b.zip
Fix missing text for downloads on mobile
* fixes #2362 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/mobile.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css
index 2a630f552ee..f24ada1898a 100644
--- a/apps/files_sharing/css/mobile.css
+++ b/apps/files_sharing/css/mobile.css
@@ -46,7 +46,7 @@ table td.filename .nametext {
padding: 0 6px 0 12px;
}
/* hide text of the actions on mobile */
-#fileList a.action span {
+#fileList a.action:not(.menuitem) span {
display: none;
}