[GNC] Change text color

GT-I9070 H gti9070h at gmail.com
Tue Aug 7 15:58:42 EDT 2018


Em ter, 7 de ago de 2018 às 14:40, Adrien Monteleone <
adrien.monteleone at lusfiber.net> escreveu:

> .GncAccountPage should be the area ‘behind’ the summary bar and extends
> past it a bit as well - it is the container that holds the summary bar
> which is slightly smaller. .summary-bar, being a child element, might
> inherit properties that you set here.
>
> .summary-bar has child labels.  In some cases, the color property (which
> is the foreground, or text color) can be applied to a parent element that
> itself doesn’t contain text and it still gets inherited by the children and
> other descendants—sometimes, not. The font-size and color properties
> *should* however work on ‘.summary-bar label’. Check earlier messages in
> the thread where we first went over the .summary-bar. One of my replies
> should have the specific selector for the label.
>
> So you would have:
>
> /* area-container of summary bar */
>
> .GncAccountPage {}
>
> /* summary bar itself */
>
> .summary-bar {}
>
> /* labels on the summary bar */
>
> .summary-bar label {}
>
>
> Regards,
> Adrien
>

I had already tested this for a long time and none of this worked for me.

Peter,
Did it work for you?

Regards
GTI


More information about the gnucash-user mailing list