aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hg.css4
-rw-r--r--index.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/hg.css b/hg.css
index 0910471..781fb33 100644
--- a/hg.css
+++ b/hg.css
@@ -241,4 +241,8 @@ dialog::backdrop {
.mt-5 {
margin-top: 10px;
+}
+
+#file-upload {
+ display: none;
} \ No newline at end of file
diff --git a/index.html b/index.html
index 131a981..53a55f2 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
<div id="upload-info" class="no-pause" title="Upload a playlist (downloaded from history)">Upload</div>
</div>
</div>
- <input id="file-upload" type="file" style="visibility:hidden" accept="application/json"/>
+ <input id="file-upload" type="file" accept="application/json"/>
<script src="player.js"></script>
</body>