mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Squashed commit
Fixed recipe ingredient costs/calories calculation when having different QUs and when only_check_single_unit_in_stock is set (fixes #2529) Added a new column "Product picture" on /products (closes #2640) Fixed partly opening stock entries stock_id handling (fixes #2391)
This commit is contained in:
@@ -16,14 +16,14 @@ body {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
a:not(.btn):not(.nav-link):not(.dropdown-item) {
|
||||
a:not(.btn):not(.nav-link):not(.dropdown-item):not(.list-group-item) {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dotted;
|
||||
text-underline-offset: 0.2rem;
|
||||
}
|
||||
|
||||
a:not(.btn):not(.nav-link):not(.dropdown-item):hover {
|
||||
a:not(.btn):not(.nav-link):not(.dropdown-item):not(.list-group-item):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@@ -26,7 +26,8 @@ body.night-mode,
|
||||
color: #c1c1c1;
|
||||
}
|
||||
|
||||
.night-mode .table {
|
||||
.night-mode .table,
|
||||
.night-mode .list-group-item {
|
||||
color: #c1c1c1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user