From 4968be3ad74e4e37899c486d616c271abbea0a7c Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Mon, 16 Mar 2015 11:08:38 +0100 Subject: [PATCH] [ADD] hover color on CoA and journal controls to show they can be clicked --- _static/accounting.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_static/accounting.css b/_static/accounting.css index e2cf85156..b895e27eb 100644 --- a/_static/accounting.css +++ b/_static/accounting.css @@ -13,6 +13,12 @@ background-color: hsl(219, 67%, 94%); } +#chart-controls label:hover, +#entries-control label:hover { + background-color: hsl(0, 0%, 94%); + cursor: pointer; +} + .accounts-table { font-size: 90%; }