mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-01-31 02:51:42 +00:00
adjust colors
This commit is contained in:
parent
f7af00c0d2
commit
587b9361b9
2 changed files with 4 additions and 4 deletions
|
@ -254,7 +254,7 @@ local function r_user(username)
|
||||||
print("</div>")
|
print("</div>")
|
||||||
print([[
|
print([[
|
||||||
<form class="transaction box backgroundbox" action="" method="POST">
|
<form class="transaction box backgroundbox" action="" method="POST">
|
||||||
<h3>Create 🏳️⚧️✊</h3>
|
<h3>Create Transaction</h3>
|
||||||
<label for="amount">Amount (ct): </label>
|
<label for="amount">Amount (ct): </label>
|
||||||
<input type="number" name="amount" id="amount" />
|
<input type="number" name="amount" id="amount" />
|
||||||
<label for="comment">Comment: </label>
|
<label for="comment">Comment: </label>
|
||||||
|
@ -278,7 +278,7 @@ local function r_user(username)
|
||||||
<input type="number" name="amount" id="amount" />
|
<input type="number" name="amount" id="amount" />
|
||||||
<label for="pcode">Product Barcode: </label>
|
<label for="pcode">Product Barcode: </label>
|
||||||
<input type="text" name="pcode" id="pcode" />
|
<input type="text" name="pcode" id="pcode" />
|
||||||
<input type="submit" value="Restock" />
|
<input type="submit" value="Restock" class="button amount-pos" />
|
||||||
</form>
|
</form>
|
||||||
]])
|
]])
|
||||||
print("</div>")
|
print("</div>")
|
||||||
|
|
|
@ -185,11 +185,11 @@ input.amount-neg {
|
||||||
|
|
||||||
/* amount neutral */
|
/* amount neutral */
|
||||||
.amount-ntr {
|
.amount-ntr {
|
||||||
color: #04d8f4;
|
color: #00e1ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.amount-ntr {
|
input.amount-ntr {
|
||||||
background-color: #5285a8;
|
background-color: #0e646f;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue