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:
Jonathan Rosenbaum
2017-10-19 05:12:35 +00:00
parent 3c5eea235a
commit 57c7bcd615
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -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;
}