[ADD] hover color on CoA and journal controls to show they can be clicked
This commit is contained in:
parent
23bb0e783c
commit
4968be3ad7
@ -13,6 +13,12 @@
|
|||||||
background-color: hsl(219, 67%, 94%);
|
background-color: hsl(219, 67%, 94%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chart-controls label:hover,
|
||||||
|
#entries-control label:hover {
|
||||||
|
background-color: hsl(0, 0%, 94%);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.accounts-table {
|
.accounts-table {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user