mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-01-14 21:24:34 +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
|
/log
|
||||||
/products
|
/products
|
||||||
/config
|
/config
|
||||||
|
/barcodes
|
||||||
|
|
|
@ -320,7 +320,7 @@ table.log>tbody>tr {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input, select {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue