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 "Gnucash gtk" or
something like that:

https://wiki.gnucash.org/wiki/GTK3



-
Ken Farley
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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 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
> available. Some things you might want to address may not be modifiable with
> a simple CSS entry.
> Here's the code I use to set the cursor entry line:
>
> cursor entry
> {
>   background-color: goldenrod ;
>   color:black ;
> }
>
> This one, I believe, is supplied in the GnuCash Wiki that discusses GTK 3.0
> stuff.
>
>
>
> -
> Ken Farley
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
David Carlson
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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
available. Some things you might want to address may not be modifiable with
a simple CSS entry.
Here's the code I use to set the cursor entry line:

cursor entry
{
  background-color: goldenrod ;
  color:black ;
}

This one, I believe, is supplied in the GnuCash Wiki that discusses GTK 3.0
stuff.



-
Ken Farley
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


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: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.