diff options
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css index 333c4c77fc9..2a630f552ee 100644 --- a/apps/files_sharing/css/mobile.css +++ b/apps/files_sharing/css/mobile.css @@ -5,6 +5,11 @@ position: absolute !important; } +/* hide text of download button, only show icon */ +#download-text { + display: none; +} + /* hide size and date columns */ table th#headerSize, table td.filesize, |