[GNC] UI question
lj
lj308 at pobox.com
Mon Jul 9 22:16:26 EDT 2018
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; }
More information about the gnucash-user
mailing list