diff --git a/public/css/firefly.css b/public/css/firefly.css index 4ce8b95c80..bd6c9d6309 100644 --- a/public/css/firefly.css +++ b/public/css/firefly.css @@ -38,5 +38,6 @@ /* cursors */ .rule-triggers {cursor:move;} .rule-actions {cursor:move;} +.firefly-info-button {cursor:pointer;} #testTriggerModal .modal-body { max-height: 500px; overflow-y: scroll; } diff --git a/resources/views/reports/partials/budgets.twig b/resources/views/reports/partials/budgets.twig index 5a886d3e04..c63a0a2766 100644 --- a/resources/views/reports/partials/budgets.twig +++ b/resources/views/reports/partials/budgets.twig @@ -40,7 +40,7 @@ {% if budgetLine.getSpent != 0 %} {{ budgetLine.getSpent|formatAmount }} {% endif %} diff --git a/resources/views/reports/partials/categories.twig b/resources/views/reports/partials/categories.twig index 3aadf8ab07..0a2426168d 100644 --- a/resources/views/reports/partials/categories.twig +++ b/resources/views/reports/partials/categories.twig @@ -19,7 +19,7 @@ {{ cat.spent|formatAmount }} diff --git a/resources/views/reports/partials/expenses.twig b/resources/views/reports/partials/expenses.twig index 329ba056f8..34173d3339 100644 --- a/resources/views/reports/partials/expenses.twig +++ b/resources/views/reports/partials/expenses.twig @@ -17,7 +17,7 @@
{{ expense.count }} {{ 'transactions'|_|lower }} - + {% endif %} diff --git a/resources/views/reports/partials/income.twig b/resources/views/reports/partials/income.twig index b9da1866e7..fd00162377 100644 --- a/resources/views/reports/partials/income.twig +++ b/resources/views/reports/partials/income.twig @@ -17,7 +17,7 @@
{{ income.count }} {{ 'transactions'|_|lower }} - + {% endif %}