John Ralls wrote:
The Gtk Inspector, https://wiki.gnome.org/Projects/GTK%2B/Inspector
<https://wiki.gnome.org/Projects/GTK+/Inspector>, is a wonderful way to
poke and prod a Gtk application’s styling.
OK that helped. Turns out there is an error in the supplied sample CSS file share/doc/gnucash/gtk-3.0.css - there is a missing "." before the class selector.

This, from the file, does not work:
   sheet { font: 18px arial, sans-serif; }

What works is either this:
   .sheet { font: 18px arial, sans-serif; }

or this
   GnucashSheet { font: 18px arial, sans-serif; }


_______________________________________________
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.

Reply via email to