aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}