mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Adds initial Volunteer Hour logic and displays in transactions with title.
This commit is contained in:
@@ -94,10 +94,19 @@ input[value=Save]:focus, input[value=Close]:focus {
|
||||
/* for memberships */
|
||||
#expired_membership {
|
||||
color: orchid;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#paid_member {
|
||||
color: blue;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* for volunteers */
|
||||
#volunteer_hours {
|
||||
color: blueviolet;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user