[GNC] Change text color

Adrien Monteleone adrien.monteleone at lusfiber.net
Thu Aug 2 21:56:54 EDT 2018


Did you try those declarations on ‘#account_tree header label’ instead?

That is, keep the font/text declarations to the ‘label’ class and keep the color, padding, margin, and outline declarations to the ‘button’ class. (need to experiment and tweak some of these, they might work better on label)

Regards,
Adrien

> On Aug 2, 2018, at 10:48 AM, GT-I9070 H <gti9070h at gmail.com> wrote:
> 
> Em qua, 1 de ago de 2018 às 23:38, Adrien Monteleone <adrien.monteleone at lusfiber.net> escreveu:
> Interesting—it worked for me with a different font. (Helvetica Neue)
> 
> This
> 
> #account_tree header button {
>   font-family: "Helvetica Neue";
>   font-weight: 900;
> } 
> 
> and
> 
> #account_tree header button {
>   font-family: Helvetica;
>   font-weight: 900;
> }
> 
> definitely does not work on Windows. 
> 
> Regards
> GTI 




More information about the gnucash-user mailing list