Re: [GNC] Change GnuCash scrollbar color in CSS?

2022-08-17 Thread Glenn Fowler
Thanks Adrien for the tip. I dug through some themes and figured it out. Just leaving this here for someone in the future: /* Scollbar */ scrollbar slider { /* Size of the scrollbar */ min-width: 22px; min-height: 22px; border-radius: 0px; /* Padding around the slider */ border: 7px

Re: [GNC] Change GnuCash scrollbar color in CSS?

2022-08-16 Thread Adrien Monteleone
It has been some time since I dealt with the topic, but I vaguely seem to recall that someone reported that the Inspector can run under Windows, though I didn't think that possible at first. Of course, I could be remembering wrong, and I don't have an installation on that OS to test it out.

Re: [GNC] Change GnuCash scrollbar color in CSS?

2022-08-16 Thread Glenn Fowler
Hi, In on Windows and unfortunately there are no Windows details for GTK Inspector on: https://wiki.gnucash.org/wiki/GTK3#Using_the_GTK_Inspector so I'm not sure if it's even available on Windows. I did add the 'environment.local' file to 'C:\Program Files (x86)\gnucash\etc' per the

Re: [GNC] Change GnuCash scrollbar color in CSS?

2022-08-16 Thread Adrien Monteleone
Glenn, check the wiki with respect to the GTKInspector which might be able to help you find the proper id/class/object to target. From the Inspector you can also make changes in real time to experiment. I'm pretty sure that GnuCash doesn't expose this element to styling, but customizing the

[GNC] Change GnuCash scrollbar color in CSS?

2022-08-16 Thread Glenn Fowler
Hi, Does anyone know how to change the scrollbar and scrollbar button color in gtk-3.0.css? I have tried: scrollbar slider { color: blue; } and... scrollbar button { color: blue; } Both have no effect. I didn't find anything in the mailing list archives and the above I got from