diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index e6b19814..73d4e50b 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -4673,7 +4673,7 @@ var fileman = (function () { return; } surl = surl.slice(15).trim(); - var txt = esc(surl) + ''; + var txt = esc(surl) + ''; modal.confirm(txt + L.fs_ok, function() { cliptxt(surl, function () { toast.ok(2, L.clipped); diff --git a/copyparty/web/shares.js b/copyparty/web/shares.js index 0193f182..86d4cc45 100644 --- a/copyparty/web/shares.js +++ b/copyparty/web/shares.js @@ -45,7 +45,7 @@ function qr(e) { function showqr(href) { var vhref = href.replace('?qr&', '?').replace('?qr', ''); - modal.alert(esc(vhref) + ''); + modal.alert(esc(vhref) + ''); } (function() { diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 69034da7..5cc3dbd6 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -322,6 +322,8 @@ html.y #tth { margin: .1em auto; width: 60%; height: 60%; + background: #999; + background: rgba(128,128,128,0.2); } #modalb { position: sticky;