aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2025-01-02 00:46:18 +0100
committerRiley L. <riley@e926.de>2025-01-02 00:46:18 +0100
commite69972dc8760ce1ac18c57198dae489df900a692 (patch)
tree26a027c0d376945c40315559ec107796e68726e2
parent0b975df3e498853a4dbf85cc197e0e147fbc1315 (diff)
downloadabrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar
abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar.bz2
abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar.zst
add barcodes to gitignore; fix background color of select elements
-rw-r--r--.gitignore1
-rw-r--r--style.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 793ea24..19950c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/log
/products
/config
+/barcodes
diff --git a/style.css b/style.css
index 3082d31..a2d8f1f 100644
--- a/style.css
+++ b/style.css
@@ -320,7 +320,7 @@ table.log>tbody>tr {
transform: rotate(180deg);
}
-input {
+input, select {
background-color: inherit;
color: white;
}