diff options
author | Riley L. <riley@e926.de> | 2024-11-03 21:05:03 +0100 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2024-11-03 21:05:03 +0100 |
commit | 7b07957b6e734bcc1a669056247b6a9ffb5bc213 (patch) | |
tree | 3546227fc6249d14c596aadfd2eeae3e26a075fc /abrechenbarkeit.lua | |
parent | 2482b3bb97b17a06d4027cb247381e8afbc56f29 (diff) | |
download | abrechenbarkeit-7b07957b6e734bcc1a669056247b6a9ffb5bc213.tar abrechenbarkeit-7b07957b6e734bcc1a669056247b6a9ffb5bc213.tar.bz2 abrechenbarkeit-7b07957b6e734bcc1a669056247b6a9ffb5bc213.tar.zst |
style some more buttons
Diffstat (limited to 'abrechenbarkeit.lua')
-rwxr-xr-x | abrechenbarkeit.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua index 84fafc7..79a4951 100755 --- a/abrechenbarkeit.lua +++ b/abrechenbarkeit.lua @@ -404,15 +404,15 @@ local function r_products() <label for="name">Name: </label> <input type="text" name="name" id="name" /> <label for="price">Price (ct): </label> - <input type="number" name="price" id="price" unit="cent"/> - <input type="submit" value="Add" /> + <input type="number" name="price" id="price" /> + <input type="submit" value="Add" class="amount-ntr button" /> </form> <form action="/?products" method="POST" class="box backgroundbox"> <h3>Remove Product</h3> <input type="text" name="delete" value="1" hidden /> <label for="barcode">Barcode: </label> <input type="text" name="barcode" id="barcode" /> - <input type="submit" value="Remove" /> + <input type="submit" value="Remove"class="amount-ntr button" /> </form> </div> ]]) |