[ADD] hover color on CoA and journal controls to show they can be clicked

This commit is contained in:
Xavier Morel 2015-03-16 11:08:38 +01:00
parent 23bb0e783c
commit 4968be3ad7

View File

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