You are not logged in.
Pages: 1
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
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
Sometimes it can be so simple...
Thank you
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 522.82 KiB (Peak: 531.54 KiB) ]