Good to know you found a solution. Maybe add some or all of this to the Wiki?
Regards, Adrien > On Mar 19, 2020 w12d79, at 10:03 AM, mcmurchy1917techy via gnucash-user > <[email protected]> wrote: > > I seem to have a resolution that works for me. > > I've kept as packaged the /usr/share/themes/Breeze/gtk-3.0/gtk.css > > I've created abespoke .config/gtk-3.0/gtk.css in my home directory. See below. > >> @import 'colors.css'; >> >> scrollbar { >> -GtkScrollbar-has-backward-stepper: true; >> -GtkScrollbar-has-forward-stepper: true; >> min-width: 24px; >> min-height: 24px; >> } >> >> scrollbar button { >> min-width: 24px; >> min-height: 24px; >> color: black; >> } >> >> scrollbar slider { >> min-width: 24px; >> min-height: 24px; >> } >> >> scrollbar.vertical button.up { >> -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); >> } >> >> scrollbar.vertical button.down { >> -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); >> } >> >> scrollbar.horizontal button.up { >> -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); >> } >> >> scrollbar.horizontal button.down { >> -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); >> } >> > > The code chunk that starts > >> >> scrollbar.vertical button.up { >> -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); >> } > was suggested by EdGr on the linuxquestions slackware forum. > > > It seems to do everything I want. Needs some more testing, just to make sure. > > Alex _______________________________________________ gnucash-user mailing list [email protected] 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.
