style some more buttons

This commit is contained in:
Riley L. 2024-11-03 21:05:03 +01:00
parent 2482b3bb97
commit 7b07957b6e

View file

@ -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>
]])