diff --git a/assets/css/app.css b/assets/css/app.css index 6558ada..926a3e2 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -107,11 +107,16 @@ body { grid-gap: 0.5rem; grid-template-columns: 2fr 3fr 30px; align-items: center; - input[type="text"], input[type="number"] { + input[type="text"], input[type="number"], input[type="tel"] { font-weight: bold; border: var(--primary) 1px solid; text-align: right; } + input::-webkit-outer-spin-button, + input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } .unit { text-align: right; } diff --git a/views/daten.twig.htm b/views/daten.twig.htm index 2f39618..7254190 100644 --- a/views/daten.twig.htm +++ b/views/daten.twig.htm @@ -24,22 +24,22 @@