Re: [GNC] How do I get back the cursor highlight for rows on the account page using CSS file on Windows 10?

2020-05-25 Thread farleykj
I listed my gtk.css file in a previous topic about formatting the register header (something you can't do with CSS). Here's a link to that: http://gnucash.1415818.n4.nabble.com/GNC-Formatting-the-Register-header-td4715551.html#a471 The Wiki is just what I found using a typical search with

Re: [GNC] How do I get back the cursor highlight for rows on the account page using CSS file on Windows 10?

2020-05-25 Thread David Carlson
Farleykj, Could you provide links to that section of the wiki and to your css file if it is posted elsewhere? Thanks! On Mon, May 25, 2020 at 9:49 AM farleykj wrote: > You e-mailed me directly about more stuff, but I don't generally check that > stuff. You should always use Reply All so

Re: [GNC] How do I get back the cursor highlight for rows on the account page using CSS file on Windows 10?

2020-05-25 Thread farleykj
You e-mailed me directly about more stuff, but I don't generally check that stuff. You should always use Reply All so further messages come here. Anyway, I somewhat recently posted my full gtk.css file that I use for GnuCash, which has all my "discoveries" about different formatting that are

Re: [GNC] How do I get back the cursor highlight for rows on the account page using CSS file on Windows 10?

2020-05-03 Thread farleykj
The thing you're looking to set, I think, is #account_tree:selected { background_color: teal ; color:white ; font-weight: bold ; } I like to have the bar inverted, you can fiddle with the colors to your liking. - Ken Farley -- Sent from:

[GNC] How do I get back the cursor highlight for rows on the account page using CSS file on Windows 10?

2020-05-03 Thread Sam Quintanar via gnucash-user
The default installation of GnuCash on Windows 10 has the ability to move the blue colored row cursor so one may easily see which row is selected. I used a CSS file to change the appearance of widgets in GnuCash (i.e.- background color of app, font size, negative number color), but after