mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
19 lines
324 B
PHP
19 lines
324 B
PHP
@if (!GROCY_DISABLE_BROWSER_BARCODE_CAMERA_SCANNING)
|
|
|
|
@push('pageStyles')
|
|
<style>
|
|
#barcodescanner-start-button {
|
|
position: absolute;
|
|
right: 0;
|
|
margin-top: 4px;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.combobox-container #barcodescanner-start-button {
|
|
margin-right: 36px !important;
|
|
}
|
|
</style>
|
|
@endpush
|
|
|
|
@endif |