Add conditional button styling and logic to indicate vote availability based on last vote timestamp.

This commit is contained in:
2025-10-24 19:50:48 +02:00
parent 00bf7caec2
commit d84d0c7fef
3 changed files with 21 additions and 1 deletions
@@ -41,3 +41,11 @@
color: black;
text-shadow: none;
}
.available-button-outer {
background-color: #4caf50 !important;
}
.not-available-button-outer {
background-color: var(--white) !important;
}