I've done a bit of investigation of this and found what you're looking for. Here's the lines from my gtk.css file that change the very line you're asking about:
.GncRegisterPage { background-color: @hueBGMain ; } .GncRegisterPage label { font-family: "CopperPlate", sans-serif ; font-size: 12pt ; background-color: @hueClear ; color: @hueTextNormal ; margin: 2px ; } I like the CopperPlate font for this one - it looks kind of cool for that single line. You can change the "@" prefixed terms to actual color names. Those are variables I set at the beginning of the .css file so I can use them in multiple places but change the color with a single modification. If you're interested in doing this kind of thing, here's the syntax for my settings: @define-color hueClear rgba( 0, 0, 0, 0.00 ) ; @define-color hueTextNormal black ; @define-color hueBGMain rgba( 220, 220, 220, 1.00 ) ; A while back I posted my results for a gtk.css file that I like. You could probably search for it if you want to have a look at some of the other odd settings I might have found. I found that the best way for me to determine what was available out there for the settings was to look at a fully defined theme for GTK+. I found lots of things to experiment with and many of them actually worked and kept me from banging my head on the desk. ----- Ken Farley -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html _______________________________________________ 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.