[GNC] Change text color

GT-I9070 H gti9070h at gmail.com
Sat Aug 4 11:55:58 EDT 2018


Em sáb, 4 de ago de 2018 às 02:26, Peter Jackson <jackson at fastmail.net>
escreveu:

> Mornin' GTI,
>
> Could you please tell me exactly how you write:
>
> notebook tab
>
> combined with
>
> notebook tab:hover
>
> in order to get a result.
>
>
> Thanks Peter
>
>
> Nurton Court
> Middleton-on-the-Hill
> Ludlow SY8 4BD
> Tel: 01568 750 248 Mob: 07955 586 476
>

Hi Peter,

Exactly like this for example:

/* Tab Label Settings */
notebook tab {
  color: blue;
  font-size: 14;
}

notebook tab:hover {
  color: red;
  font-size: 15;
}

now we can control the style when the mouse pointer is over the tab and
when it is not without one definition interfering with the other.
Do not forget to delete/suppress old settings for the tab.
Suppress: put lines to be suppressed between /* and */.

For more information and other properties that can be used, see here:
https://wiki.gnucash.org/wiki/GTK3#Sample_Style_Properties


Regards
GTI


More information about the gnucash-user mailing list