Skip to content

Lots of CSS warnings #20

@nkiesel

Description

@nkiesel

I'm using this nice theme on Debian unstable which uses gtk-3.20. When opening some apps (e.g. meld) I get lots of GTK warnings about broken CSS. One example:

(meld:27480): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:186:14: not a number

I traced that back to /usr/share/themes/Blackbird/gtk-3.20/gtk-widgets.css, and it seems that this is identical to the current version in this repo. The warning comes from:

185 GtkAssistantsidebar .highlight {
186     font: bold;
187 }

Changing that line 186 to font-weight: bold; removed that warning.

If that is a correct fix: you want a pull request for this and other issues like this?
If that is not a correct fix: what is it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions