aboutsummaryrefslogtreecommitdiff
path: root/style.css
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 /style.css
parent0b975df3e498853a4dbf85cc197e0e147fbc1315 (diff)
downloadabrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar
abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar.bz2
abrechenbarkeit-e69972dc8760ce1ac18c57198dae489df900a692.tar.zst
add barcodes to gitignore; fix background color of select elements
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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;
}