Here is what I've come up with 4..01 gtk.css

/* Application wide font setting */
* {
  font: 16px arial;
}


/* Register sheet font setting */
gnc-id-sheet {
  font: 16px arial;
}

.gnc-class-user-register-primary {
  background-color: #753535;
  color: lime;
 }
 
.gnc-class-user-register-secondary {
  color: lime;
 }
 
.gnc-class-user-register-split {
  background-color: #ecc900;
  color: black;
 }
 
.gnc-class-user-register-cursor {
  background-color: #ecc900;
  color: black;
  border-radius: 0px;
 }
 
/* Toolbar font size, 0 to remove text */
toolbar toolbutton label {
  font-size: 14px;
 }
 
/* Negative number color */
.gnc-class-negative-numbers {
  color: orange;
 }
 
/* Summary bar */
#gnc-id-summarybar {
  background-color:lightergrey;
  padding: 12px;
 }
 
 /* Progress bar */
progressbar progress {
  background-color: lime;
}



Jimmy




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

Reply via email to