mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 05:29:12 -06:00
commit
e20dc78620
@ -297,7 +297,7 @@ class CreateAutoBudgetLimits implements ShouldQueue
|
|||||||
Log::info(sprintf('The amount left is negative, so it will be reset to %s.', $totalAmount));
|
Log::info(sprintf('The amount left is negative, so it will be reset to %s.', $totalAmount));
|
||||||
}
|
}
|
||||||
if (1 !== bccomp('0', $budgetLeft)) {
|
if (1 !== bccomp('0', $budgetLeft)) {
|
||||||
$totalAmount = bcadd($budgetLeft, $budgetLimit->amount);
|
$totalAmount = bcadd($budgetLeft, $totalAmount);
|
||||||
Log::info(sprintf('The amount left is positive, so the new amount will be %s.', $totalAmount));
|
Log::info(sprintf('The amount left is positive, so the new amount will be %s.', $totalAmount));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,6 +112,17 @@
|
|||||||
background-color: #343941;
|
background-color: #343941;
|
||||||
color: #c9d1d9;
|
color: #c9d1d9;
|
||||||
}
|
}
|
||||||
|
.skin-firefly-iii .modal-content {
|
||||||
|
position: relative;
|
||||||
|
background-color: #353c42;
|
||||||
|
border: 1px solid #999;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
border-radius: 6px;
|
||||||
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
||||||
|
background-clip: padding-box;
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
.skin-firefly-iii h4 {
|
.skin-firefly-iii h4 {
|
||||||
color: #44DEF1;
|
color: #44DEF1;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user