I know not.
This is my entire css and it all works on my Windows 10 pc.
pj


On 7 August 2018 at 17:17, GT-I9070 H <gti90...@gmail.com> wrote:

> Em ter, 7 de ago de 2018 às 11:59, Peter Jackson <jack...@fastmail.net>
> escreveu:
>
>> I did, and with the help of Adrien, also the Status Bar. What can we do
>> next, I wonder.
>>
>> /* Summary Bar */
>> .GncRegisterPage {
>>  background-color: aliceblue;
>>  color: green;
>> }
>> /* Status Bar*/
>> frame {
>>   margin-top: -10px;
>>   margin-bottom: -10px;
>> }
>> progressbar progress {
>>     background-color: lime;
>> }
>> statusbar label {
>>   font-size: 12px;
>>   color: red;
>> }
>>
>> Regards
>> pj
>>
>
> This
>
> .GncRegisterPage {
>  background-color: aliceblue;
>  color: green;
> }
>
> has not stylized my summary bar, what's wrong?
>
>
> Regards
> GTI
>
/* This is an example GTK CSS file that can be used with Gnucash.
   Simply copy this file to the location specified below according
   to your platform and then restart gnucash.

  - Windows: CSIDL_APPDATA/GnuCash
    (or the default is users\%USERNAME%\AppData\Roaming\GnuCash)
    C:\Users\pj42u\AppData\Roaming\GnuCash
  
  These settings are mainly to do with register colors and can be seen
  when the preference setting 'Register\Use GnuCash built-in color theme'
  is unset.

  With mods and additions by PJ
*/

/*Account Tree and Budget Font Colour*/
#account_tree {   
  background-color: aliceblue;
  color: blue;
}
#account_tree:selected {
  color: black;
}
notebook tab {
  color: blue;
  font-size: 15;		
  margin-top: -8px;
  margin-bottom: -3px;
  padding-left: 0px;
  padding-right: 0px;	
}
notebook tab:hover {
  color: green;
  font-size: 15;
} 
 #account_tree label {
      color: purple;
   background-color: pink;
   border: 1px solid red;
}
/* Summary Bar */
.GncRegisterPage {
 background-color: aliceblue;
 color: green;
}
/* Status Bar*/
frame {
  margin-top: -10px;
  margin-bottom: -10px;
}
progressbar progress {
    background-color: lime;
}
statusbar label {
  font-size: 12px;
  color: red;
}
/* Register sheet font setting */
 sheet {font: 18px arial, sans-serif;
}
sheet calendar {
  font: 12px arial, sans-serif;
}
/* Register User Colors */
.header-color {
  background-color: darkblue;
  color: white;
}
.primary-color {
  background-color: lavender;
}
.primary-color:disabled {
  background-color: lavender;
}
.secondary-color {
  background-color: powderblue;
}
.secondary-color:disabled {
  background-color: lavender;
}
.split-color {
  background-color: lightblue;
}
.split-color:disabled {
  background-color: lavender;
}
.cursor-color {
  background-color: #00BFFF;
  color: darkorchid;
}
cursor entry {
  background-color: #00BFFF;
  color: black;
}
 .summary-bar 
default-color {
  color: lime;
}
.negative-numbers {
  color: red;
}
/* Dense Calendar Settings */
.calendar {
  border-color: white;
}
.calendar.header {
 background-color: darkblue;
 font: 12px arial, sans-serif; color: white;
}
.calendar.primary {
  background-color: lavender;
}
.calendar.secondary {
  background-color: powderblue;
}
.calendar.markers {
  background-color: indianred;
}
#dense-cal-popup treeview {
  background-color: lightcoral;
}
 
/*notebook tab box {
  padding-top: 0px;
  padding-bottom: 0px;
  }
*/
_______________________________________________
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