Re: [GNC-dev] GTK3 CSS Active Row

2018-04-12 Thread cicko
As it often happens, the solution was quick to find only after the question
was posted.
This works well:

*.register-cursor {
color: blanchedalmond;
}

Here is a gist that adjusts this for a dark theme (still can't add new urls
to the wiki):
https://gist.github.com/MisterY/15ea50fee571865ca9efd8c5437a1713



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


[GNC-dev] GTK3 CSS Active Row

2018-04-12 Thread cicko
A quick question in relation to GTK3 customization
(https://wiki.gnucash.org/wiki/GTK3). 

I've applied an existing dark theme and that covers general GTK elements.
One issue I have now is that the selected/active register row keeps the dark
text but gets the dark background from the theme.

Does anyone know which selector would apply to the active row in the
register (only!)?

Selectors like "*.register-foreground" work but they affect all the text in
the register (all the rows and headers).

cursor entry {
color: orange;
}
also works but affects only the cell where the cursor is. I've tried just
"entry" but that did not do anything.

Thanks!



--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel