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%; }