mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user