This commit is contained in:
2023-08-29 16:31:52 +03:00
parent 46bc6ea65a
commit 19f62a0593
2 changed files with 10 additions and 3 deletions

View File

@@ -69,6 +69,14 @@ input, textarea, button, select {
input::-ms-clear {
display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number]{
-moz-appearance: textfield;
}
button, input[type="submit"] {
display: inline-block;

View File

@@ -59,7 +59,6 @@
<div>
<label for="id_departure_DT">{{ form.fields.departure_DT.label }}</label>
{% now "Y-m-d H:i" %}
<input
type="datetime-local"
@@ -113,7 +112,7 @@
autocomplete="off"
type="text"
minlength="3"
maxlength="5"
name="from_address_point_txt"
class="from_address_point_txt post_route el_form_b_new_route"
{% if form.fields.from_address_point.required %} required{% endif %}
@@ -256,7 +255,7 @@
<div class="extra-controls">
<label for="id_weight">{{ form.fields.weight.label }}</label>
<input
type="text"
type="number"
maxlength="4"
class="js-input"
placeholder="Укажите вес"