Merge "fix slider appearance on Firefox"
authorParker Berberian <pberberian@iol.unh.edu>
Fri, 29 Mar 2019 14:38:25 +0000 (14:38 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 29 Mar 2019 14:38:26 +0000 (14:38 +0000)
dashboard/src/templates/booking/quick_deploy.html
dashboard/src/templates/booking/steps/booking_meta.html

index 819bf05..2c1a3d2 100644 (file)
     .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">
index e4881ae..fe43f53 100644 (file)
         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' %}