From e69972dc8760ce1ac18c57198dae489df900a692 Mon Sep 17 00:00:00 2001 From: "Riley L." Date: Thu, 2 Jan 2025 00:46:18 +0100 Subject: [PATCH] add barcodes to gitignore; fix background color of select elements --- .gitignore | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; }