diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-06 10:55:32 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-07 10:19:20 +0100 |
commit | ca93d73f97ee667bb8c3745954ac563e3e91a1e2 (patch) | |
tree | 1a8c352a10472dd9ff64accdbb2bd391864ec5f2 /apps/files_sharing/css | |
parent | 68d39e4b92094913009daecccad9983f6b054e52 (diff) | |
download | nextcloud-server-ca93d73f97ee667bb8c3745954ac563e3e91a1e2.tar.gz nextcloud-server-ca93d73f97ee667bb8c3745954ac563e3e91a1e2.zip |
Improve text to be better translatable and use CSS instead of HTML for bold text
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 835c7f1e9e8..b8a5dbf4f38 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -189,6 +189,7 @@ thead { #show-terms-dialog { cursor: pointer; + font-weight: bold; } // hide the primary on public share on mobile |