From 0c2623543f324e70132ae12595814cd183255135 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 10 Sep 2020 21:27:06 +0200 Subject: Added upload box --- root.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'root.template') diff --git a/root.template b/root.template index e396d0e..93741f9 100644 --- a/root.template +++ b/root.template @@ -32,10 +32,26 @@ :checked ~ * .filtered { display: none; } + + :checked + #upload-box { + display: block; + } + #upload-box { + display: none; + }
+ + +
+
+ + + +
+
-- cgit v1.2.3