summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/steps/booking_meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/booking/steps/booking_meta.html')
-rw-r--r--dashboard/src/templates/booking/steps/booking_meta.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dashboard/src/templates/booking/steps/booking_meta.html b/dashboard/src/templates/booking/steps/booking_meta.html
index e4881ae..fe43f53 100644
--- a/dashboard/src/templates/booking/steps/booking_meta.html
+++ b/dashboard/src/templates/booking/steps/booking_meta.html
@@ -21,6 +21,15 @@
grid-template-columns: 45% 10% 45%;
border: none;
}
+
+ #id_length {
+ -moz-appearance: none;
+ border: none;
+ box-shadow: none;
+ }
+ input[type=range]::-moz-range-track {
+ background: #cccccc;
+ }
</style>
{% bootstrap_form_errors form type='non_fields' %}