[GNC] Change text color
Peter Jackson
jackson at fastmail.net
Sat Aug 4 12:53:58 EDT 2018
Thanks GTI, I had to suppress my previous -
notebook tab label {
color: blue;
font-size: 14;
}
Seems there are more than one setting that will affect the same target.
Now I am keen to format the Summary bar at the bottom of the window.
Regards
Peter
Nurton Court
Middleton-on-the-Hill
Ludlow SY8 4BD
Tel: 01568 750 248 Mob: 07955 586 476
On 4 August 2018 at 16:55, GT-I9070 H <gti9070h at gmail.com> wrote:
> 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