From 19f62a0593668a536f7c8822525901bb8af56cb0 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 29 Aug 2023 16:31:52 +0300 Subject: [PATCH] 0.0.118 --- static/css/styles.css | 8 ++++++++ templates/blocks/profile/b_new_route.html | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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" %}