diff --git a/static/css/styles.css b/static/css/styles.css index c5efe65..6177bae 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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; diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index efa5402..84f9aba 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -59,7 +59,6 @@
- {% now "Y-m-d H:i" %}