mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-01-14 13:14:35 +00:00
add barcodes to gitignore; fix background color of select elements
This commit is contained in:
parent
0b975df3e4
commit
e69972dc87
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue