From 5ab7fcfe91959e2191d0bafdefdc5775d16fae67 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 12 Apr 2020 16:52:33 -0500 Subject: Add pop-up to give upload advice --- bh20simplewebuploader/templates/form.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bh20simplewebuploader/templates/form.html') diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index af8c856..644ac4d 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -52,6 +52,9 @@ padding: 20px; } +span.dropt {border-bottom: thin dotted; background: #ffeedd;} +span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } + .grid-container { display: grid; grid-template-columns: repeat(4, 1fr); @@ -155,7 +158,7 @@

- +

-- cgit v1.2.3