diff options
-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; } |