On 21 December 2022 at 0:11, Adrien Monteleone said:

> Terrence,
> 
> You nearly had it right the first time.
> 
> You need the "#" in front of the selector:
> 
>    "#gnc-id-main-window"
> 
> The initial post you made left off the '#' sign at the beginning. If it is
> not there in your CSS file, that would be why it didn't work. That symbol
> indicates a CSS 'id' and without it, a 'named node'. If the node is not
> named as such, but does have that id, then your rule without the symbol
> will never work.
> 
> Also, I'm surprised the wiki doesn't show this, but I'm fairly certain you
> have to quote font family names that have spaces in them. 

Not true if the CSS interpreter is conformant, unless one (or more) of 
the words happens to be a CSS keyword or is not parseable as an 
"identifier"
<https://www.w3.org/TR/css-fonts-3/#propdef-font-family>

However, quoting is always harmless.

_______________________________________________
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