diff options
author | Riley L. <riley@e926.de> | 2025-01-02 00:46:18 +0100 |
---|---|---|
committer | Riley L. <riley@e926.de> | 2025-01-02 00:46:18 +0100 |
commit | e69972dc8760ce1ac18c57198dae489df900a692 (patch) | |
tree | 26a027c0d376945c40315559ec107796e68726e2 | |
parent | 0b975df3e498853a4dbf85cc197e0e147fbc1315 (diff) | |
download | abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar.bz2 abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar.zst |
add barcodes to gitignore; fix background color of select elements
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ /log /products /config +/barcodes @@ -320,7 +320,7 @@ table.log>tbody>tr { transform: rotate(180deg); } -input { +input, select { background-color: inherit; color: white; } |