I found this will change the input text color:

gnc-id-cursor entry {
  color: green;
}

...and it works but it gets overridden whenever you change
*.gnc-class-register-cursor color but not sure why.

As for the header I'm not sure how you would completely remove that. I'm
assuming that would be in the code and not just CSS.

On Sun, Sep 11, 2022 at 1:08 PM chandler <chand...@lavabit.com> wrote:

> Glenn Fowler wrote on 9/11/22 09:28:
> > /* register blank transaction placeholder text */
> >
> > *.gnc-class-register-cursor {
> >    color: purple;
> > }
>
> Unfortunately not quite.  This makes both the placeholder and entered text
> purple.  In the built-in color theme, the placeholder text is gray and
> italic, while entered text black and without effects.  Is there a file in
> the source code somewhere defining all the built-in color values?  The
> answer might be in there....
>
>
> > /* register header */
> >
> > *.gnc-class-register-header {
> >    background-color: #a8b8bf;
> >    color: black;
> > }
> >
> > You could make the text and background in the header the same color to
> hide it.
>
> The header would still be there though, covering up entries in the
> register.  My goal is to get rid of this header altogether so I can see
> more of the register...
>
>
>
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
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