Glen, Works wonder for the toolbar buttons - implemented the change - thanks!
What I was aiming for was the buttons for specific windows, i.e. in the Saved Configuration Reports window - the 'Help' and 'Close' buttons. Will attempt to run the GTK Inspector and identify these buttons specific to relevant windows. thanks, Larry > On Jun 4, 2023, at 3:44 PM, Glenn Fowler <gfowl...@outlook.com> wrote: > > Yes, I changed it myself as well for better visibility: > > /* highlight toolbar buttons on hover */ > toolbar toolbutton button:hover { > background-color: silver; > background-image: linear-gradient(@hueHoverHi); > transition: all 0s; > border-color: @hueHoverBorder ; > box-shadow: none; > } > > On Sun, Jun 4, 2023 at 3:18 PM Adrien Monteleone < > adrien.montele...@lusfiber.net> wrote: > >> The best way to find out and to test those things is using the GTK >> Inspector. There should be instructions on the Wiki about running >> Gnucash via the inspector. >> >> You can then see what is addressable, and play with CSS changes 'live' >> and then copy the working rules to your gtk-3.0 file. >> >> Regards, >> Adrien >> >> On 6/4/23 12:02 PM, Larry Baldwin wrote: >>> Trying to determine if it is possible to modify the 'Help' / >> 'Close/Cancel' / 'OK' Buttons on the various Windows. >>> >>> Currently, when I tab on to the buttons the border changes from single >> to double border (grey on light grey) providing minimal visible change >> making it difficult to see if the button is selected. >>> >>> Is a global CSS class available to modify the button border, text, or >> background color when the button is selected? >>> >>> (Mac environment) >> >> _______________________________________________ >> gnucash-user mailing list >> gnucash-user@gnucash.org >> To update your subscription preferences or to unsubscribe: >> https://lists.gnucash.org/mailman/listinfo/gnucash-user >> ----- >> Please remember to CC this list on all your replies. >> You can do this by using Reply-To-List or Reply-All. >> > _______________________________________________ > gnucash-user mailing list > gnucash-user@gnucash.org > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.