adjust colors

This commit is contained in:
metamuffin 2024-11-03 21:29:52 +01:00
parent f7af00c0d2
commit 587b9361b9
No known key found for this signature in database
GPG key ID: 718F9749DCDBD654
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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 {