diff --git a/test/css/entry-form.css b/test/css/entry-form.css index 4d86ce9..7502ba0 100644 --- a/test/css/entry-form.css +++ b/test/css/entry-form.css @@ -42,7 +42,6 @@ body .form-container form fieldset { display: flex; flex-wrap: wrap; gap: 20px; - padding-bottom: 3px; } body .form-container form fieldset .form-group { flex: 1 1 calc(50% - 20px); @@ -178,31 +177,29 @@ body .form-container form fieldset .form-group input[type=range]::-webkit-slider display: none; appearance: none; width: 0; - height: 45px; + height: 0; border: none; - border-radius: 6px; - background-color: #009299; - cursor: pointer; + border-radius: 0; margin: 0; padding: 0; + cursor: pointer; } body .form-container form fieldset .form-group input[type=range]::-moz-range-thumb { display: none; appearance: none; width: 0; - height: 45px; + height: 0; border: none; - border-radius: 6px; - background-color: #009299; - cursor: pointer; + border-radius: 0; margin: 0; padding: 0; + cursor: pointer; } body .form-container form fieldset .form-group input[type=range]:focus { outline: none; border-color: #007b8a; } -body .form-container form fieldset .collapsible-section-title { +body .form-container form .collapsible-section-title { display: block; width: 100%; color: #b1b1b1; @@ -213,10 +210,13 @@ body .form-container form fieldset .collapsible-section-title { border-bottom: 2px solid rgba(220, 220, 220, 0.8); padding: 10px 2px; } -body .form-container form fieldset .collapsible-section-title:hover { +body .form-container form .collapsible-section-title:hover { color: #636363; background-color: #d4d4d4; } +body .form-container form #collapsible-section-title-1:checked + .collapsible-section { + display: none; +} body .form-container form .submit-buttons { flex: 1 1 100%; display: flex; diff --git a/test/html/adduser.html b/test/html/adduser.html index 013665b..91c7b7f 100644 --- a/test/html/adduser.html +++ b/test/html/adduser.html @@ -10,8 +10,8 @@