diff --git a/css/transactions.css b/css/transactions.css index f6113a5..21cee04 100644 --- a/css/transactions.css +++ b/css/transactions.css @@ -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; } \ No newline at end of file diff --git a/transaction_log.php b/transaction_log.php index c88578e..ff4b58a 100644 --- a/transaction_log.php +++ b/transaction_log.php @@ -660,12 +660,14 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
- > - + + +