add barcodes to gitignore; fix background color of select elements

This commit is contained in:
Riley L. 2025-01-02 00:46:18 +01:00
parent 0b975df3e4
commit e69972dc87
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/log
/products
/config
/barcodes

View file

@ -320,7 +320,7 @@ table.log>tbody>tr {
transform: rotate(180deg);
}
input {
input, select {
background-color: inherit;
color: white;
}