diff --git a/app/statistic/templates/statistic/overview.html b/app/statistic/templates/statistic/overview.html index 21aa080..f3f59c9 100644 --- a/app/statistic/templates/statistic/overview.html +++ b/app/statistic/templates/statistic/overview.html @@ -281,6 +281,27 @@ height: 20px; border-radius: 4px; } + + /* Jahr-Navigation */ + .year-navigation .btn { + border-radius: 50%; + width: 40px; + height: 40px; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.3s ease; + } + + .year-navigation .btn:hover:not(:disabled) { + background-color: rgba(255, 255, 255, 0.2); + transform: scale(1.1); + } + + .year-navigation .btn:disabled { + opacity: 0.5; + cursor: not-allowed; + } {% endblock %} @@ -295,11 +316,40 @@ - -
Keine Daten für {{ current_year }} verfügbar
+Keine Daten für {{ selected_year }} verfügbar