mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
This closes #11 by turning shop_id into a link.
* transaction.css was too low a priority so added style in transaction_log.
This commit is contained in:
@@ -138,4 +138,11 @@ input[value=Save]:focus, input[value=Close]:focus {
|
||||
#original_price, #membership_discount, #membership_discount_price {
|
||||
display: none;
|
||||
color: blueviolet;
|
||||
}
|
||||
|
||||
//.css({color: "#1b691e", textDecoration: "none", cursor: "crosshair"});
|
||||
.shop_id a {
|
||||
background-color: #1b691e;
|
||||
cursor: crosshair;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user