Hey there,

Ray Andrews via Users wrote:

>I cut and pasted that into new file: /root/.config/geany/geany.css
>and I get this msg:

You'll want to remove the two angled brackets followed by a space at
the beginning of each line so that it ends up looking like this:

notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > 
tabs > tab:checked {
    border-top-width: 3px;
    border-top-color: #FC7BF4;
    margin-top: 0;
    padding-top: 1px; }

I also added the background-color property (with a white value, but
you can pick any color) to mine, so it looks like this:

notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > 
tabs > tab:checked {
    background-color: "white";
    border-top-width: 3px;
    border-top-color: #FC7BF4;
    margin-top: 0;
    padding-top: 1px; }

-- 
Little Girl

There is no spoon.
_______________________________________________
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org

Reply via email to