aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabrechenbarkeit.lua4
-rw-r--r--style.css4
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>")
diff --git a/style.css b/style.css
index b7e0f55..d0b9024 100644
--- a/style.css
+++ b/style.css
@@ -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 {