We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every now and then I get this message:
Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1214:18: Not using units is deprecated. Assuming 'px'.
The problem seems to be the border-width set to 1 instead of 1px, here:
border-width
1
1px
combobox > .linked > button.combo:disabled:last-child { border-image-width: 3px 3px 4px 0; border-radius: 0 3px 3px 0; border-width: 0 1; }
Should be trivial to fix.
The text was updated successfully, but these errors were encountered:
https://github.com/jpfleury/clearlooks-phenix/issues/37
15adb99
No branches or pull requests
Every now and then I get this message:
The problem seems to be the
border-width
set to1
instead of1px
, here:Should be trivial to fix.
The text was updated successfully, but these errors were encountered: