Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of CSS warnings #20

Open
nkiesel opened this issue Nov 8, 2016 · 3 comments
Open

Lots of CSS warnings #20

nkiesel opened this issue Nov 8, 2016 · 3 comments

Comments

@nkiesel
Copy link
Contributor

nkiesel commented Nov 8, 2016

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?

@carl-di-ortus
Copy link

Might be fixed with pending pull request #21

@jbicha
Copy link
Contributor

jbicha commented Feb 15, 2017

@EricKoegel ping ^ (since sometimes I don't get notifications from GitHub)

@kernc
Copy link
Contributor

kernc commented Oct 15, 2017

Can confirm current master no longer issues these warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants