xyl0n / iris-light

A light version of the Iris Gtk theme. Aims to be clean, simple and bold.
GNU General Public License v3.0
168 stars 9 forks source link

Error in transition definition #42

Open elboletaire opened 9 years ago

elboletaire commented 9 years ago

Running sudo update-manager -d I found an error on buttons.css:

(utopic:21509): Gtk-WARNING **: Theme parsing error: button.css:27:21: `px' is not a valid unit.

taking a look at buttons.css we can see this:

BackgroundBox .button:active {
    transition: 100px linear;
}

which is not valid. A transition should be defined using a time unit, like s or ms. If that "100px" is to specify a width, it should be specified as transition: width linear and set the width: 100px in the desired element.

More information: http://www.w3schools.com/css/css3_transitions.asp

xyl0n commented 9 years ago

Should be fixed now.

elboletaire commented 8 years ago

It seems there are more errors now...

~ ❯❯❯ sudo update-manager -d
[sudo] password for elboletaire: 

(update-manager:13599): Gtk-WARNING **: Theme parsing error: switch.css:36:5: '/*' in comment block

(update-manager:13599): Gtk-WARNING **: Theme parsing error: switch.css:49:5: '/*' in comment block

(update-manager:13599): Gtk-WARNING **: Theme parsing error: switch.css:62:5: '/*' in comment block

(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:58:27: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:59:19: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:60:16: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:61:17: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:65:38: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: combobox.css:65:40: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: popover.css:18:38: Not using units is deprecated. Assuming 'px'.

(update-manager:13599): Gtk-WARNING **: Theme parsing error: popover.css:18:40: Not using units is deprecated. Assuming 'px'.