diff --git a/src/static/css/style.css b/src/static/css/style.css index 0d58abf..478e77a 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1464,3 +1464,13 @@ details.adv-section .adv-hint { grid-column: 1 / -1; font-size: 12px; color: var background: rgba(239, 68, 68, 0.16); color: var(--danger); } + + +/* === Verbrauchs-Korrektur direkt an der Kachel === */ +.stat-korrektur { display: flex; gap: 6px; margin-top: 10px; } +.stat-korrektur input { font-size: 12px; padding: 6px 8px; } + +/* === Zahlenfelder ohne Hochzaehl-Pfeile (portalweit) === */ +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } +input[type="number"] { -moz-appearance: textfield; appearance: textfield; } diff --git a/src/static/dashboard.html b/src/static/dashboard.html index bb05469..69c5cab 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -6,7 +6,7 @@