Integrated barcode scanner via Webcam.

This commit is contained in:
Jan Böhmer 2020-04-28 18:36:30 +02:00
parent 1812e6f5bc
commit 48f4a360f4
6 changed files with 123 additions and 2 deletions

View file

@ -832,4 +832,9 @@ div.dataTables_wrapper div.dataTables_info {
.darkmode--activated img {
mix-blend-mode: difference;
}
.scanner-video {
max-width: 500px;
max-height: 250px;
}