Squashed commit

Make it possible to actively not-check a mandatory checkbox Userfield (closes #2601)
Pluralize the "opened" localization string (closes #2280)
Added a trendline to the price history chart (closes #2237)
Various minor style/code refinements
This commit is contained in:
Bernd Bestel
2025-01-14 17:54:06 +01:00
parent c99dd46007
commit 11d28622e8
32 changed files with 134 additions and 86 deletions

View File

@@ -10,7 +10,7 @@
@push('pageStyles')
<style>
#barcodescanner-start-button {
#camerabarcodescanner-start-button {
position: absolute;
right: 0;
margin-top: 4px;
@@ -18,8 +18,8 @@
cursor: pointer;
}
.combobox-container #barcodescanner-start-button {
margin-right: 36px !important;
.combobox-container #camerabarcodescanner-start-button {
margin-right: 38px !important;
}
</style>
@endpush