diff --git a/templates/base.html b/templates/base.html index 5009f0c..02bf182 100644 --- a/templates/base.html +++ b/templates/base.html @@ -196,6 +196,7 @@ /* Form groups */ .form-group { margin-bottom: 1.2rem; } .form-group-lg { margin-bottom: 1.5rem; } + #return-date-group:has(input:disabled) { cursor: pointer; } /* Buttons */ .btn-primary { diff --git a/templates/index.html b/templates/index.html index 655d415..3a3317f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -70,13 +70,13 @@ class="form-control"> -
+
+ class="form-control" disabled>
@@ -108,6 +108,7 @@