Abgleich mit Live-Daten

This commit is contained in:
2026-03-24 14:45:06 +01:00
parent 00077aa09a
commit 211ce11e06
116 changed files with 16602 additions and 16612 deletions
+16 -16
View File
@@ -1,17 +1,17 @@
input[type="number"],input[type="date"] {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
background: #f8f8f8;
border-radius: 6px;
border: solid 1px #e5e5e5;
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
height: 3em;
input[type="number"],input[type="date"] {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
background: #f8f8f8;
border-radius: 6px;
border: solid 1px #e5e5e5;
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
height: 3em;
}