Add conditional button styling and logic to indicate vote availability based on last vote timestamp.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user