mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Show whether a patron is a paid member or not.
This commit is contained in:
@@ -91,4 +91,13 @@ input[value=Save]:focus, input[value=Close]:focus {
|
||||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
|
||||
/* for memberships */
|
||||
#expired_membership {
|
||||
color: orchid;
|
||||
}
|
||||
|
||||
#paid_member {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user