Vizualni feedback ob vnosu številke (preko ekrana ali preko tipkovnice).

This commit is contained in:
2026-03-19 22:16:30 +01:00
parent 2cf509e796
commit ef16b32e62
2 changed files with 25 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ body {
font-size: 20px;
line-height: 1.2;
white-space: nowrap;
transition: color 0.2s ease, font-weight 0.2s ease;
}
.page-info.input-active {
color: #1f8a46;
font-weight: bold;
}
.menu-container {