diff options
-rwxr-xr-x | abrechenbarkeit.lua | 4 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 0358055..e702935 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -254,7 +254,7 @@ local function r_user(username) print("</div>") print([[ <form class="transaction box backgroundbox" action="" method="POST"> - <h3>Create 🏳️⚧️✊</h3> + <h3>Create Transaction</h3> <label for="amount">Amount (ct): </label> <input type="number" name="amount" id="amount" /> <label for="comment">Comment: </label> @@ -278,7 +278,7 @@ local function r_user(username) <input type="number" name="amount" id="amount" /> <label for="pcode">Product Barcode: </label> <input type="text" name="pcode" id="pcode" /> - <input type="submit" value="Restock" /> + <input type="submit" value="Restock" class="button amount-pos" /> </form> ]]) print("</div>") @@ -185,11 +185,11 @@ input.amount-neg { /* amount neutral */ .amount-ntr { - color: #04d8f4; + color: #00e1ff; } input.amount-ntr { - background-color: #5285a8; + background-color: #0e646f; } h3 { |