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

@@ -209,21 +209,16 @@ a:not([href]) {
white-space: pre-wrap;
}
/* Barcodescanner Quagga2 */
#barcodescanner-container {
max-height: 90vw;
/* Camera Barcodescanner Quagga2 */
#camerabarcodescanner-container {
max-height: 90vh;
}
#livestream-container {
max-height: 100%;
}
#barcodescanner-livestream video {
#camerabarcodescanner-livestream video {
width: 100%;
}
#barcodescanner-livestream canvas {
#camerabarcodescanner-livestream canvas {
width: 100%;
}
@@ -304,6 +299,14 @@ a:not([href]) {
overflow-y: auto;
}
.btn.dropdown-toggle:after {
vertical-align: 0;
margin: 0;
border: none;
content: '\f107';
font-family: 'Font Awesome 6 Free';
}
/* Third party component customizations - DataTables */
.dataTable td {
vertical-align: middle !important;
@@ -362,14 +365,6 @@ html {
min-height: inherit;
}
.dropdown-toggle:after {
vertical-align: 0;
margin: 0;
border: none;
content: '\f107';
font-family: 'Font Awesome 6 Free';
}
/* Third party component customizations - Tempus Dominus */
.bootstrap-datetimepicker-widget.dropdown-menu {
width: auto !important;