summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/quick_deploy.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/booking/quick_deploy.html')
-rw-r--r--dashboard/src/templates/booking/quick_deploy.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/dashboard/src/templates/booking/quick_deploy.html b/dashboard/src/templates/booking/quick_deploy.html
index 819bf05..2c1a3d2 100644
--- a/dashboard/src/templates/booking/quick_deploy.html
+++ b/dashboard/src/templates/booking/quick_deploy.html
@@ -26,6 +26,14 @@
.grid_element_2third {
grid-column-start: span 8;
}
+ #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' %}
<form id="quick_booking_form" action="/booking/quick/" method="POST" class="form">