From 659f532eba94af1c77eb5961fc6706aa2eca3723 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 19 Jun 2021 21:26:12 +0200 Subject: add import/export functionality --- html/options.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'html/options.html') diff --git a/html/options.html b/html/options.html index 21ece29..cbbadec 100644 --- a/html/options.html +++ b/html/options.html @@ -89,15 +89,20 @@ background-color: white; width: 50vw; } + + input[type="radio"]:not(:checked)+.import_window_content { + display: none; + } -
+
  • +
  • @@ -111,6 +116,11 @@
  • +
  • + + + +
  • @@ -186,6 +196,8 @@
    + + + + + + + -- cgit v1.2.3