In register displays differentiate where past/current transactions and future transactions meet
Currently all transactions in a register alternate between the same colors making is difficult to find where the break between past/current date and future date transactions meet. It would be helpful if a visual clue like a line with an contrasting color could be placed between the 2 record sets.
3
votes
RedRaider74
shared this idea
-
Doug commented
I was able to accomplish this (with the help of my son :) by including the following in a gtk-3.0.css file in the folder, C:\Users\{MyName}\AppData\Roaming\GnuCash
.gnc-class-user-register-cursor {
background-color: navy;
color: white;
border-radius: 0px;