From 5abae8b11d9eb4833be89702dd3c9527b16b1434 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Mon, 13 Apr 2020 14:10:09 +0200 Subject: [PATCH] Allow skipping of select inputs --- index.html | 198 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 161 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index e0f653a..5adea20 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,10 @@ margin-bottom: 15px; } + summary b { + cursor: pointer; + } + .success-message { color: var(--success-color); @@ -85,33 +89,39 @@
-
-
- - +
+ Century +
+
+ +
+
+ +
-
- -
-
+ -
-
- - +
+ Year +
+
+ +
+
+ +
-
- -
-
+ -
-
- - -
-
- +
+ Day +
+
+ +
+
+ +
@@ -134,7 +144,7 @@ MIT License. Source code available on git. -
v1.2.8
+
v1.3.0
@@ -142,6 +152,8 @@ +