Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-01-12 11:18:29

aalbani
Member
Registered: 2023-03-30
Posts: 26

Theme parsing error

I get the following error message

Theme parsing error: gtk.css:73:10: 'overflow' is not a valid property name

This is the affected area

#whiskermenu-window * {
  border: 0px rgba(59, 59, 59, 0.95) solid; /*All border*/
  outline: none;
  overflow: auto;
}

Everything is actually fine there, isn't it?
Where is the error?

Offline

#2 2024-01-12 11:43:12

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,068

Re: Theme parsing error

aalbani wrote:

Everything is actually fine there, isn't it?
Where is the error?

Overflow isn't a valid gtk3 property in css. Remove that line and you won't get the error (its not doing anything anyways).


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2024-01-12 11:52:16

aalbani
Member
Registered: 2023-03-30
Posts: 26

Re: Theme parsing error

Sometimes it can be so simple...
Thank you

Offline

Board footer

Powered by FluxBB