From a5270662167d27a5dbc381c499efb140cedcea9a Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 4 Jul 2017 16:17:05 +0200 Subject: [PATCH] Add links to boxes for #688 --- public/css/firefly.css | 13 +++++++++++++ resources/views/partials/boxes.twig | 25 ++++++++++++------------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/public/css/firefly.css b/public/css/firefly.css index 80eea37df7..4957efdbfa 100644 --- a/public/css/firefly.css +++ b/public/css/firefly.css @@ -100,3 +100,16 @@ body.waiting * { float: none; display: inline-block; } + +span.info-box-text a, span.info-box-number a { + color: #000; +} + +span.info-box-icon a { + color: #fff; +} + +span.info-box-text a:hover, span.info-box-number a:hover { + color: #000; + text-decoration: underline; +} \ No newline at end of file diff --git a/resources/views/partials/boxes.twig b/resources/views/partials/boxes.twig index 5ec3003595..0e79ab31d0 100644 --- a/resources/views/partials/boxes.twig +++ b/resources/views/partials/boxes.twig @@ -11,24 +11,23 @@
- + -
- {{ 'moneyOut'|_ }} - + {{ 'moneyOut'|_ }} +
- +
- {{ 'moneyIn'|_ }} - + {{ 'moneyIn'|_ }} +
@@ -38,24 +37,24 @@
- +
- {{ 'billsToPay'|_ }} - + {{ 'billsToPay'|_ }} +
- +
- {{ 'billsPaid'|_ }} - + {{ 'billsPaid'|_ }} +