diff --git a/copyparty/web/md.css b/copyparty/web/md.css index b478e361..b767bea8 100644 --- a/copyparty/web/md.css +++ b/copyparty/web/md.css @@ -239,8 +239,8 @@ blink { height: 1.05em; margin: -.2em .3em -.2em -.4em; display: inline-block; - border: 1px solid rgba(0,0,0,0.3); - border-width: .05em .05em 0 0; + border: 1px solid rgba(0,0,0,0.2); + border-width: .2em .2em 0 0; transform: rotate(45deg); } #mn a:hover { diff --git a/copyparty/web/mde.css b/copyparty/web/mde.css index 6774d9c2..b03576e6 100644 --- a/copyparty/web/mde.css +++ b/copyparty/web/mde.css @@ -44,8 +44,8 @@ html, body { height: 1.05em; margin: -.2em .3em -.2em -.4em; display: inline-block; - border: 1px solid rgba(0,0,0,0.3); - border-width: .05em .05em 0 0; + border: 1px solid rgba(0,0,0,0.2); + border-width: .2em .2em 0 0; transform: rotate(45deg); } #mn a:hover { diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 48a6b9d9..edbaa392 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -211,7 +211,8 @@ function up2k_init(have_crypto) { // handle user intent to use the basic uploader instead o('u2nope').onclick = function (e) { e.preventDefault(); - un2k(); + setmsg(''); + goto('bup'); }; if (!String.prototype.format) { diff --git a/copyparty/web/upload.html b/copyparty/web/upload.html index 7d571a18..c4c5d3ef 100644 --- a/copyparty/web/upload.html +++ b/copyparty/web/upload.html @@ -66,5 +66,5 @@
-( if you don't need lastmod timestamps, resumable uploads or progress bars just use the basic uploader)
+( if you don't need lastmod timestamps, resumable uploads or progress bars just use the basic uploader)